* Java Programming

12-179-01

Assignment 4

Due 22 October 1996

Contact Information

Instructor: John Barr
Office: 402C Williams Hall
Phone: 4-3579
E-Mail: Barr@icsun.sunnet.ithaca.edu

Instructions

Complete the following requirements. Any written answers should be put into a text file. Place all of your files into a folder. Label the folder with your last name and drop it into the CS190/HMWK/Lab2 folder.

Requirements

Create a simple questioneer using Java interface components. Your questioneer must have the following parts. You must use some layout manager to display the components that you use, though you can decide which manager to use.

  1. get the user's name, major, and year in textFields

  2. ask a series of 6 questions (you can make up the questions). Your questions must make use of check boxex, lists, and choices.

  3. In addition you should have a submit button that, when pushed, causes the current answers to be saved into a file.

  4. You must have a menubar with a File entry and a Edit entry. The File entry need have only a quit option (though you can have other entries if you want) and the Edit entry should have a Clear option that clears the questioneer answers (or places them back into the default mode).

Return to Student Pages

Return to John Barr's Home Page

Last Modified: 28 August 1996

THIS PAGE MAINTAINED BY:
John Barr, Ithaca College