1
Student Name: __________________
Class and Section __________________
Total Points (20 pts) __________________
Due: Feb 7, 2011 before the class
Project: Accessing and updating a Staff table
CSCI 5520 Rapid Java Application Development
Armstrong Atlantic State University
Problem Description:
Write a Java GUI program that views, inserts, and updates
staff information stored in a database, as shown in
the following figure. The view button displays a
record with a specified ID. The Staff table is
created as follows:
Source code: (Name your program Exercise32_01)
Screen shot:
2
What to submit?
1. This document.
2. Save/Compile and Submit to LiveLab (Make sure your program compiles! You
must submit the program regardless whether it complete or incomplete, correct or
incorrect)
2. Fill in self-evaluation:
1. Is your database created correctly? ____________
2. Can you create the UI? ____________
3. Can you connect to the database? ______
4. Is the View button implemented correctly? _______________