JPopupMenu « JTable « Java Swing Q&A





1. JTable with JPopupMenu    stackoverflow.com

how can I prevent triggering and showing JPopupMenu only if is Mouse Cursor over selected JTable'Row my question: if is there another way as getBounds from selected row and determine/compare that with ...

2. jtable and jpopupmenu    coderanch.com

hi there, i have a jtable which is full of entries... now i want to make a jpopupmenu if you are pressing the right mouse button on an entry field. the jpopupmenu works already but only if you press the right mouse button in the frame. if i press the right mouse button on an jtable field nothing happens... any ideas? ...