Assignment #6

Due: Fri, Nov 15

Objective

This assignment will help you gain practice with basic Swing components and basic event handling.

Task

This is an exercise from the textbook:

Requirements and Notes

Filename: Guess.java


Submitting:

Pack up your source code files AND your compiled .class files into a single jar-file called "hw6.jar". Make this a runnable jar file, so that the program can be run with the command (or just double-clicked on a windows machine with the Java Runtime Environment installed):
 java -jar hw6.jar
As usual, use the Canvas HW 6 submission link to submit your jar file