A Front End (Applet or Application)

Assignment #5
Due: 2/18/2002
Points: 10

Write a Java Applet/Application with a front end similar to the following:

Item Application
Item ID:
Item Name:
Property 3:
Property 4:
Property 5:

When the application starts, it opens a socket connection and sends "L0".  The string it receives back should be parsed, and stored in an array.  The names should then be added to the Choice.

When a name is selected from the Choice, the application opens a socket connection and passes "R" and the item id.  The string it receives back should be parsed, and the appropriate fields in the form filled.

Code the "Clear" button to clear all fields.

Code the "Exit" button to close the window.

Do not code the "Update" or "Delete" at this time.