public final class MainFrame extends WindowAdapter
| Constructor and Description |
|---|
MainFrame()
Creates the main window and makes it visible.
|
| Modifier and Type | Method and Description |
|---|---|
void |
windowClosing(WindowEvent e) |
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChangedpublic MainFrame()
First, assigns the main panel to the default uncaught exception handler to display exceptions in this panel.
Before creating the main window, the application will have to set some elements, such as:
The icon of the application is a modified version from the one provided in "WebAppers.com"
(Creative Commons Attribution 3.0 License).
public void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerwindowClosing in class WindowAdapterCopyright © 2015. All rights reserved.