JTree in JScrollpane, find out
I have following constellation:
AJTree in aJScrollpane with avertical scrollbar.
Most nodes are hidden "behind the scrollpane" and only view are seen.
I search for aproperty which signals if anode is currently seen on screen and which are "scrolled" (that means those nodes which aren't visible) (the jcomponent method isVisible() doesn't work)
I think about such a method which uses the information of the scrollbarposition and the dimension of the jviewport but i can't get the information which node is seen if some nodes are expanded and some are collapsed.
Does anybody know such a property or method?
Or is there a SWING-THING which solves the problem?
Thank you for your answers

