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, windowStateChanged
public 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 WindowListener
windowClosing
in class WindowAdapter
Copyright © 2015. All rights reserved.