Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
I want to validate data on the pane associated with old JTree node which is going out of focus when a user clicks on a new node. In generic controls, we could listen for the event, and consume() it on failure of data validation. but TreeSelectionEvent (the event which gets fired when a new node is selected) doesn't provide consume() method. Thanking in advance for any solutions to this problem.
Replies: |
Sponsored Links
|