I'm dedicated agile security architect/system architect/developer with specialty of open source framework.
table.addMouseListener(new MouseAdapter() { public void mouseClicked(MouseEvent evt) { if (evt.getClickCount() == 2) { Point point = evt.getPoint(); int row = table.rowAtPoint(point); } } });
Post a Comment
No comments:
Post a Comment