FocusEvent
abstract class FocusEvent(val source: Component, val other: Option[Component], val temporary: Boolean) extends ComponentEvent
The other component is None if it is a non Swing, i.e., AWT or native, component.
The other component is None if it is a non Swing, i.e., AWT or native, component.