com.trassare.calculator
Class Jac
java.lang.Object
com.trassare.calculator.Jac
public final class Jac
- extends Object
This class contains the main method for driving the Jac calculator
application. This calculator can run with either a command-line interface or
a GUI. Input may be taken from a file for command-line execution.
- Version:
- 1 September 2006
- Author:
- Samuel Trassare
|
Method Summary |
static void |
main(String[] args)
Execution of the Jac calculator begins here. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
- Execution of the Jac calculator begins here. The command-line arguments
will be tested to determine which user interface to launch.
- Parameters:
args - command line arguments