sears.main
Class Main

java.lang.Object
  extended by sears.main.Main

public class Main
extends java.lang.Object

Class Main.
Summary:
This is the main class. It contains the main method that launches the Sears GUI or the inline commands.


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

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
Method main.
Summary:
This is the method that launches the Sears main GUI.

Parameters:
args - Arguments. Sears can take arguments to make inline operations. arguments syntax is: java.Main.main [actionKey] [action's parameters]