> I can't use isVisible and isRootVisible to determine when a JTree is
> displayed. Is there an event trigger when a JTree is done displaying?
Please clarify. isVisible() is usually always true, so it determines
nothing. isRootVisible() does not affect JTree visibility, but layout.
What do you really mean by "displayed" and "done displaying"?
Christian