Re: how to fire JTree child node event




You don't have to fire an event because the JTree will do that for you.
All you have to do is setup a TreeExpansionListener and
TreeSelectionListener.

How so? You mean if I select a node by clicking on it w/ the mouse? I
don't want to have to select a node with the mouse. As soon as my app
initializes, I wan't to programmatically fire an event to do this
automatically.

.


Quantcast