Implementation of a Calculator Graphical Interface (Due 24 Oct 2003)

As discussed in class you will develop a graphical interface for a simple calculator. The layout of the calculator will be as drawn in class. Use classes from the Swing package for your programing. Make sure that the layout is correct before you add event handling.

The file that you will be turning in will be called Calculator.java. The file will have a header of the following form:

/*
  File: Calculator.java

  Description:

  Student Name:

  Student UT ID:

  Course Name / Unique Number: CS 313E / 52320

  Date Created:

  Date Last Modified:

*/

Use the turnin program to submit the Calculator.java file. The TA should receive your work by 11 PM, Friday, 24 October 2003.