pop
Class Pop

java.lang.Object
  |
  +--pop.Pop

public class Pop
extends java.lang.Object

Pop is the "main program" of the Demographic Forecasting System. It simply starts the main graphical user interface component.

See Also:
pop.gui.MainFrame

Constructor Summary
Pop()
           
 
Method Summary
static void main(java.lang.String[] arguments)
          Starts the MainFrame.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pop

public Pop()
Method Detail

main

public static void main(java.lang.String[] arguments)
Starts the MainFrame. Does not process any arguments.