|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jdraw.Draw
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
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 |
public static void main(java.lang.String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||