US101
Aug 16th, 2001, 03:45 AM
I have a JTree that looks something like this:
A
--B
----1
----2
----3
--C
----1
----2
----3
I want the user to be able to click on ANY child of B, (1,2,3), and ANY child of C, (1,2,3). I would like one menu to popup when I click a child of B and a different one to popup if a child of C.
Any Ideas
Thanks:confused:
A
--B
----1
----2
----3
--C
----1
----2
----3
I want the user to be able to click on ANY child of B, (1,2,3), and ANY child of C, (1,2,3). I would like one menu to popup when I click a child of B and a different one to popup if a child of C.
Any Ideas
Thanks:confused: