Example usage for Java java.awt.event FocusListener fields, constructors, methods, implement or subclass
The text is from its open source code.
void | focusGained(FocusEvent e) Invoked when a component gains the keyboard focus. |
void | focusLost(FocusEvent e) Invoked when a component loses the keyboard focus. |