01.09.12 - 05.06.12
Introduction to Java Programming
Monday Wednesday
04:00 PM - 05:20 PM
Program compiles and runs without errors | 5 pts |
Class and Java files submitted in JAR format | 5 pts |
Jar file is executable | 10 pts |
Interface of application matches what is expected | 80 pts |
Total | 100 pts |
For this lab you will need to duplicate the attached screenshot of a Java graphical interface as closely as possible.
In the attached screenshot you'll see that the interface needs to contain two JTextAreas (the big white empty boxes), two JButtons (take one and take two), and two JLabels (Game Moves and Stones Remaining). Whatever additional JPanels and layout managers that need to be created in order to reproduce the layout should be used.
The JButtons on the interface do not need to function in any way. They just need to be present in the interface along with the other components.