JPopupMenu, JTree
Hi,
I am new to JPopupMenu and JTree. Let me explain the scenario first. There is a JTree with two branch nodes(Game tables and New Players). First branch node(game tables) can have multiple branch nodes which are different tables and each of these game tables have leaves i.e. players on each table.
I need a popup menu only for branch node(game tables) and leaves(players). Rite now when i am doing its coming for all branches. How to make my code specific for specific nodes?
Please reply as soon as possible.. Desperatly need help!!

