Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Launch

        public Launch()
    • 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