This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
JTree node highlighted only after event is processed
sharath kv
Greenhorn
Joined: May 06, 2003
Posts: 20
posted
0
Hi The JTree node is highlighted only after the event is completed.I want to highlight the selected node as soon as it is selected and not after the event for the node selected is completed. I am populating values from the database to the GUI after the node of a JTree is selected.If there are large number of values,the time taken to load the values onto the GUI is approx 30-45 seconds, during that time the selected node is not highlighted.Only after the values are loaded will the selected tree node becomes highlighted. Any suggestions??
Julia Chen
Greenhorn
Joined: May 21, 2003
Posts: 3
posted
0
I don't know how you implement this. In my JTree, when node is selected and it is highlighted at same time. I use lazy-load and MouseListener