Class JaxoDraw


  • public final class JaxoDraw
    extends java.lang.Object
    Starts JaxoDraw from the command line.
    Since:
    1.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The method that executes JaxoDraw from the command line: reads preferences and command line arguments, before bringing up the graphical user interface.
      • 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)
        The method that executes JaxoDraw from the command line: reads preferences and command line arguments, before bringing up the graphical user interface.
        Parameters:
        args - The array of command line arguments.