jdraw
Class Draw

java.lang.Object
  |
  +--jdraw.Draw

public class Draw
extends java.lang.Object

The class Draw is the main class of the graphic editor. Its main method creates a new JFrame and initializes it. Changes in the configuration of the main window (e.g. new menus, tools etc.) have to be added in this class.

The application can be started with the command

 java jdraw.Draw
 

See Also:
DrawView

Method Summary
static void main(java.lang.String[] args)
          Starts the Graphic editor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
Starts the Graphic editor. java jdraw.Draw Arguments are not yet interpreted.