Top "Jpopupmenu" questions

JPopupMenu is the Java Swing implementation of a popup menu, a small window that pops up and displays a series of choices.

showing Popup box on Right click at JTree node swing

I want to show popup box on a right-click at JTree node only, not for the whole JTree component. When …

java swing jtree jpopupmenu
JTable copy and paste using Clipboard and AbstractAction

When I try to paste into a JTable cell using table.setValueAt(), the cell I am pasting in remains blank, …

java swing jtable copy-paste jpopupmenu
Swing and Nimbus: Replace background of JPopupMenu (attached to JMenu)

Nimbus often looks great, but for certain color combinations the result is non-optimal. In my case, the background of a …

java swing nimbus jpopupmenu