The WindowStateListener Interface: respond to any change in the state of a window. : WindowStateListener « Swing Event « Java Tutorial






Defined MethodsDescription
windowStateChanged(WindowEvent e)Called when the window state changes - when it is maximized or iconified, for example


15.43.WindowStateListener
15.43.1.The WindowStateListener Interface: respond to any change in the state of a window.