airboardUI
Class Launcher

java.lang.Object
  extended byairboardUI.Launcher

public class Launcher
extends java.lang.Object

Author:
Stefano TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

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

Constructor Detail

Launcher

public Launcher()
Method Detail

main

public static void main(java.lang.String[] args)
Main method. Checks to see if the command line agrument is requesting usage informaition (-h, -help), if it is, display a usage message and exit, otherwise create a new SerialDemo and set it visible.