org.jfree.ui
public class ApplicationFrame extends JFrame implements WindowListener
Constructor Summary | |
---|---|
ApplicationFrame(String title)
Constructs a new application frame.
|
Method Summary | |
---|---|
void | windowActivated(WindowEvent event)
Required for WindowListener interface, but not used by this class.
|
void | windowClosed(WindowEvent event)
Required for WindowListener interface, but not used by this class.
|
void | windowClosing(WindowEvent event)
Listens for the main window closing, and shuts down the application.
|
void | windowDeactivated(WindowEvent event)
Required for WindowListener interface, but not used by this class.
|
void | windowDeiconified(WindowEvent event)
Required for WindowListener interface, but not used by this class.
|
void | windowIconified(WindowEvent event)
Required for WindowListener interface, but not used by this class.
|
void | windowOpened(WindowEvent event)
Required for WindowListener interface, but not used by this class.
|
Parameters: title the frame title.
Parameters: event information about the window event.
Parameters: event information about the window event.
Parameters: event information about the window event.
Parameters: event information about the window event.
Parameters: event information about the window event.
Parameters: event information about the window event.
Parameters: event information about the window event.