Re: jtable has a default enter keylistener that moves to the next row as soon as enter is pressed
Posted By:
Anonymous
Posted On:
Monday, December 16, 2002 12:08 AM
Try to rewrite the method protected boolean processKeyBinding( KeyStroke ks, KeyEvent e, int condition,
boolean pressed) of JTable. If KeyEvent corresponds to enter key, close your frame.