NodeClick « JTree « Java Swing Q&A





1. Jtree handles nodeClick when adding items?    coderanch.com

I have two JTrees in my Swing application... the logic of my application is when i delete a node on the first tree, it would be added to the second tree by the second tree's model and then calling the model's insertInto() function... Now when the node is inserted into the second tree it seems that the nodeClicked event of the ...