Class MozartFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----javax.swing.JFrame
|
+----MozartFrame
- public class MozartFrame
- extends JFrame
The main application frame. Contains all of the interface
components (Desktop Manager, Desktop, Toolbar, menus, etc)
that are used in the application.
View Source File
-
mozart
-
-
MozartFrame(Mozart)
- Initialize a new application frame.
-
addToDesktop(JInternalFrame)
- Add MozartInternalFrames to the frame.
-
close()
- Pretty obvious.
-
getDesktop()
- Return the desktop for this frame
mozart
protected Mozart mozart
MozartFrame
public MozartFrame(Mozart mozart)
- Initialize a new application frame.
The constructor creates all of the menus and
initializes the toolbar. It also adds all of the
currently supported actions (all five of them).
addToDesktop
public void addToDesktop(JInternalFrame internalFrame)
- Add MozartInternalFrames to the frame. Also a good place
to manage any InternalFrames (count, list, etc).
getDesktop
public JDesktopPane getDesktop()
- Return the desktop for this frame
close
public void close()
- Pretty obvious.