JEphem site
tig API
Build classes

jephem
Class JEphem

java.lang.Object
  |
  +--jephem.JEphem

public class JEphem
extends java.lang.Object

Conductor of JEphem application ; contains the main() method, which :

  • initializes JEphem global variables,
  • loads internationalized data useful at startup,
  • builds the main frame for GUI (Graphical User Interface),


  • JEphem needs to have 'tig' package in the classpath to run.


    Constructor Summary
    JEphem()
               
     
    Method Summary
    static void main(java.lang.String[] args)
              Entry point of JEphem application.
     void start()
              Sets the main frame visible.
     
    Methods inherited from class java.lang.Object
    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
     

    Constructor Detail

    JEphem

    public JEphem()
    Method Detail

    main

    public static void main(java.lang.String[] args)
    Entry point of JEphem application.
  • Orders the construction of the main frame.
  • General error handling.

  • start

    public void start()
    Sets the main frame visible.


    JEphem site
    tig API
    Build classes