Monday, July 7, 2008

Major Assignment 4... Due July 14, 2008

Major Assignment 4 is related to Major Assignment 2.

Using the business you worked with in the second assignment, you are going to create a GUI using Netbeans.

The user must be able to keep track of certain information about the business. After the user enters the information and clicks on the "Create Button" an object of that type must be created. For example, if you did a pre-school business by clicking on "Create Classroom" you would have made a classroom with a teacher, a certain number of students, a time, etc.

Save the object in an ArrayList. For instance with the previous example, we will end up with an ArrayList of Pre-school classrooms.

No comments: