Project 3 - Sudoku GUI

Due - Wednesday, October 8, 2008

The goal of this project is to give you experience with additional experience with GUI programming and inheritance.  You will extend your Sudoku program from project 1 to include a graphical user interface.  

Requirements

Grading:
15 Overall design and documentation
10 Compiles and runs
25 File selection
25 Correctly accepts/validates input
25 Correctly checks solution

Due 9:40AM, Wednesday, October 8, 2008

  1. Complete and submit your working code. Turn in a hard copy in class and place a copy of your .java files in /home/submit/cs112-f08/username.
  2. Make sure that each function is well documented. Your documentation should specify the type and function of the input parameters and output.
  3. Run your program on a variety of inputs ensuring that all error conditions are handled correctly.
Note: No portion of your code may be copied from any other source including another text book, a web page, or another student (current or former). You must provide citations for any sources you have used in designing and implementing your program.
Sami Rollins