Uses of Class
DrawingPanel

Uses of DrawingPanel in <Unnamed>
 

Constructors in <Unnamed> with parameters of type DrawingPanel
BrushButton(DrawingPanel bla)
          This constructor creates a button that will enable the user to use the brush function in Paint.
Circle(DrawingPanel bla)
          This constructor creates a button that will enable the user to use the Circle function in Paint.
ColorButton(java.lang.String message, java.awt.Color other, DrawingPanel drawing, javax.swing.JButton button)
          This constructor creates a button and sets its color and size.
ColorSelectionPanel(DrawingPanel drawing)
          The constructor creates a Panel with all the buttons and display for choosing the color for Paint program.
PencilButton(DrawingPanel bla)
          This constructor creates a button that will enable the user to use the Pencil function in Paint.
Polygon(DrawingPanel bla)
          This constructor creates a button that will enable the user to use the Polygon function in Paint.
Rectangle(DrawingPanel bla)
          This constructor creates a button that will enable the user to use the Rectangle function in Paint.
SprayUndoClear(DrawingPanel bla, int code)
          This constructor creates a button that will enable the user to use the Rectangle function in Paint.
SubFunctionClass(java.lang.String msg, DrawingPanel drawing, int code)
          This constructor creates a button that enables the user to change the size and form of the brush in Paint.
SubFunctionPanel(DrawingPanel bla)
          This constructor creates a Panel where it has the SubFunction buttons where it enables the users to choose the size and kind of brush they want to use.
WritingToolsPanel(DrawingPanel bla)
          This constructor creates the panel and adds the buttons in GridBagLayout.