Package org.insa.graphs.gui.simple
Class Launch
- java.lang.Object
-
- org.insa.graphs.gui.simple.Launch
-
public class Launch extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Launch()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Drawing
createDrawing()
Create a new Drawing inside a JFrame an return it.static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
createDrawing
public static Drawing createDrawing() throws java.lang.Exception
Create a new Drawing inside a JFrame an return it.- Returns:
- The created drawing.
- Throws:
java.lang.Exception
- if something wrong happens when creating the graph.
-
main
public static void main(java.lang.String[] args) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-