jdraw
Class JDraw
java.lang.Object
|
+--jdraw.JDraw
- public class JDraw
- extends Object
The JDraw
entry-point class.
Constructor Summary |
private |
JDraw()
This class is not intended to be instancied. |
Method Summary |
static void |
main(String[] args)
The JDraw main function |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DUMMY_GRAPHIC_OBJECTS
private static final GraphicObject[] DUMMY_GRAPHIC_OBJECTS
- Some dummy graphic objects.
JDraw
private JDraw()
- This class is not intended to be instancied.
main
public static void main(String[] args)
- The
JDraw
main function