Returns the other Window involved in this focus or activation change.
For a WINDOW_ACTIVATED or WINDOW_GAINED_FOCUS event, this is the Window
that lost activation or focus. For a WINDOW_DEACTIVATED or
WINDOW_LOST_FOCUS event, this is the Window that gained activation or
focus. For any other type of WindowEvent, or if the focus or activation
change occurs with a native application, with a Java application in a
different VM or context, or with no other Window, null is returned.
Returns:
the other Window involved in the focus or activation change, or
null
Since:
1.4