February 2014
Beginner
1248 pages
62h 25m
English
When the user manipulates the window, this action generates window events. Event listeners are registered for window events with Window method addWindowListener. The WindowListener interface provides seven window-event-handling methods—windowActivated (called when the user makes a window the active window), windowClosed (called after the window is closed), windowClosing (called when the user initiates closing of the window), windowDeactivated (called when the user makes another window the active window), windowDeiconified (called when the user restores a minimized window), windowIconified (called when the user minimizes a window) and windowOpened (called when a program first displays a window on the screen).
Read now
Unlock full access