public class GeomSSGUI extends MDIApplication
Modified by: Joseph A. Huwaldt
Constructor and Description |
---|
GeomSSGUI(java.util.ResourceBundle resBundle)
Constructor for our application that displays the GUI.
|
Modifier and Type | Method and Description |
---|---|
AboutJMenuItem |
createAboutMenuItem()
Method used to create an about menu item for use in this application.
|
java.io.FilenameFilter |
getFilenameFilter()
Return a reference to this application's default file name filter or null if a
filename filter has not been stored.
|
java.awt.Frame |
handleNew(java.awt.event.ActionEvent event)
Handle the user choosing the "New..." from the File menu.
|
void |
handleOpen(java.awt.event.ActionEvent event)
Handles the user choosing "Open" from the File menu.
|
addQuitListener, addWindow, allOpenWindows, getInstance, getPreferences, getQuitOnClose, getResourceBundle, getTopWindow, handleClose, handleQuit, newWindowsMenu, removeQuitListener, setFilenameFilter, setPreferences, setQuitOnClose, setResourceBundle, windowTitleChanged
public GeomSSGUI(java.util.ResourceBundle resBundle) throws java.lang.Exception
IllegalStateException
being thrown.resBundle
- A reference to the resource bundle for this application.java.lang.Exception
- if there is any problem constructing this GUI.public java.awt.Frame handleNew(java.awt.event.ActionEvent event)
handleNew
in class MDIApplication
event
- The event that caused this method to be called (ignored).public void handleOpen(java.awt.event.ActionEvent event)
event
- The action event that caused this method to be called (ignored).public java.io.FilenameFilter getFilenameFilter()
MDIApplication
getFilenameFilter
in class MDIApplication
public AboutJMenuItem createAboutMenuItem()
MDIApplication
createAboutMenuItem
in class MDIApplication