tblackwe
asked on
JTree- simulating a selection event
Is there a way that I can simulate a TreeSelectionEvent in my code. I would like to have some events occur without the user having to explicitly select a node.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Thanks sadhu....that worked perfectly.
just call your event-handling method directly ?