- windowActivated(WindowEvent) - Method in class app.JApplication
-
Handle windowActivated messages -- when the windows gains the focus
(required by WindowListener).
- windowClosed(WindowEvent) - Method in class app.JApplication
-
Handle windowClosed messages -- when the window is disposed
(required by WindowListener).
- windowClosing(WindowEvent) - Method in class app.JApplication
-
Handle windowClosing messages
(required by WindowListener).
- windowDeactivated(WindowEvent) - Method in class app.JApplication
-
Handle windowDeactivated messages -- when the windows loses the focus
(required by WindowListener).
- windowDeiconified(WindowEvent) - Method in class app.JApplication
-
Handle windowDeiconified messages -- when the window is maximized
(required by WindowListener).
- windowIconified(WindowEvent) - Method in class app.JApplication
-
Handle windowIconified messages -- when the window is minimized
(required by WindowListener).
- windowOpened(WindowEvent) - Method in class app.JApplication
-
Handle windowOpened messages -- the first time the window is
made visible (required by WindowListener).