ads
Class Main

java.lang.Object
  |
  +--ads.Main

public class Main
extends java.lang.Object

The main entry point for the program.


Constructor Summary
Main()
          Construct the application
 
Method Summary
static void main(java.lang.String[] args)
          Main method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Construct the application

Method Detail

main

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