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.

While working on love-tester...

I'll call you up to the front of the room and go over all the grades I have for you so far and look at your GPA.

If you did the extra questions from the book, let me know. This will be for feedback as well.

DF

Chapter 11

Chapter 11

Chapter 12

Chapter 12 PowerPoint

Wednesday, July 2, 2008

Minor Assignment

"Love Tester!" Show me this July 7, 2008.

Using a Java GUI evaluate three pieces of information from Person A and three pieces of information from Person B.

Determine if they are a good match and output it to the GUI!

It doesn't have to be serious.

Minor project grade. Work with someone from class if you wish.

Minor Project: Student database

Create a student database using MySQL and a table with some information.

Then create a java program (using Netbeans) and show you are able to update it and delete data from the database.

Work with another classmate and upload it to your FTP space. However, when you finish call me over and I'll grade it in class.

To alter the table.

MySQL - GUI Example

Mysql

http://dev.mysql.com/downloads/mysql/5.0.html#win32

Creating tables

http://mdcjava.blogspot.com/2008/04/creating-tables-within-mysql.html