Alex Michael Raj
Alex Michael Raj

Reputation: 185

I need to add " right click popup " option in the Jtree

I need to bring the popup menu when I right click on the selected value in the JTree.

Upvotes: 0

Views: 114

Answers (1)

MadProgrammer
MadProgrammer

Reputation: 347334

Take a look at JComponent#setComponentPopupMenu

You may also find Bringing Up a Popup Menu of interest

Upvotes: 3

Related Questions