I have a JTable with JLabel[][] as data. Now I want to detect a double click on either the JLabel or a table cell (but only in one of the columns). How can I add an Action/MouseListener on JLabel respectively table cell?
I have a JTable with JLabel[][] as data. Now I want to detect a
Share
How about: