CSCI 1302 Lab 7

GUI Game v1

For Lab 7, you'll use your GUI skill in JBuilder to produce a simple Dice game (similar to Yahtzee).

Five textboxes show the values of five rolled dice in an array. You should be able to click a checkbox below each value to "hold" it, click a button to "reroll" the remaining (unchecked) dice.

Sort the values in the array on the third roll, but no "win" checking is required yet - you'll do this for Lab 8.

Due Monday, October 24, at the beginning of class. Upload your HTML and CLASS files to your P:\web\cs1302\ folder and link to the HTML file from your main cs1302 Home Page. Programs will be due online at the beginning of class.

Sample project up to ovals & erase: fall2005/1302/samples/drawPanel.zip