I think the FocusListener should do it for you:Code:txtField.addFocusListener(new FocusListener(){ @Override public void focusGained(FocusEvent e) { } @Override public void focusLost(FocusEvent e) { } });
|
Results 1 to 18 of 18
Thread: [RESOLVED] Java questionThreaded View
|
Click Here to Expand Forum to Full Width |