I would like to have a JTree which also displays some extra information right adjusted, just like there was an extra column, see picture below. Any hints for accomplishing something like this or similar are welcome!

I would like to have a JTree which also displays some extra information right adjusted, just like there was an extra column, see picture below. Any hints for accomplishing something like this or similar are welcome!

There are some articles at Sun about producing TreeTables in Java.
I remember developing a TreeTable using the sample code as a great starting point, but these articles are 10 years old now so you may want to approach with a little caution.
If you'd like something newer there is the NetBeans Outline Component.
You can achieve this kind of thing by using and configuring the JTreeTable from SwingX project.