Package jdraw.jdraw_ui

The jdraw_ui package contains the main elements of JDraw's GUI, namely the menubar, toolbar, and canvas window.

See:
          Description

Class Summary
AskSaveDialog Class AskSaveDialog is the dialog box which pops up when an unsaved file is to be closed.
CanvasMouseListener Class CanvasMouseListener is the controlling class for the CanvasWindows.
CanvasPage Class CanvasPage is the JPanel extension which fits into a CanvasWindow and displays the Shapes in Canvas.graphics[].
CanvasWindow Class CanvasWindow is the companion View class for the Canvas Model.
CommandMenu Class CommandMenu is the companion View class for the Commands Model.
GridPanel Class GridPanel defines the gridded JPanel.
JDrawKeyListener Class JDrawKeyListener is the top-level Key Listener for the system.
JDrawUI Class JDrawUI is the view object for the system.
ToolsPalette Class ToolsPalette is the companion view class for the Tools model.
 

Package jdraw.jdraw_ui Description

The jdraw_ui package contains the main elements of JDraw's GUI, namely the menubar, toolbar, and canvas window.