com.gotdns.jimula.EatHealthy
Class Run

java.lang.Object
  |
  +--com.gotdns.jimula.EatHealthy.Run

public class Run
extends java.lang.Object

Program main entry, start a new program thread.


Constructor Summary
Run()
          Construct the application
 
Method Summary
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

Run

public Run()
Construct the application

Method Detail

main

public static void main(java.lang.String[] args)