Uses of Class
maclib.DrawingApplet

Uses of DrawingApplet in maclib
 

Methods in maclib that return DrawingApplet
 DrawingApplet GrafPort.getPanel()
          Returns the drawing panel attached to this GrafPort.
 

Constructors in maclib with parameters of type DrawingApplet
DrawingStuff(DrawingApplet panel, int width, int height, java.lang.String debug)
          Constructs and initializes a DrawingStuff attached to the specified DrawingApplet.