Program #2

Due Friday, Feb.2, 2:00 pm

Purpose

The objectives for this assignment are to:

Description

You will be writing an applet that responds to input from an HTML and creates an object based on this input. To accomplish this, you will need to work with some of the Java AWT classes.

Assignment

Write an Applet that reads parameters from an HTML file. These parameters are mostly the same parameters used in the previous assignment: the book's title, publisher's name,  author's name, ISBN.  But there is no year in this assignment. You will be using features of the Abstract Window Toolkit to display this information.

Details

You can use this  Book.java file , or the class you created for program 1, **but without the year instance variable**.

You will need the following editable text fields:

In the output area, be sure to label which field is which. For the editable text fields, you may choose either the TextArea or the TextField class. The fact that the above fields are editable means you need to support editing. That is, if someone types in a different book title, it should be changed in the book's instance variable.

We will also be looking for the following style types of things in your program (these should be in every program!):

Turn In

Turn in electronically by 2:00pm 2/2/2001: