If you haven't done so yet, read Java FX Lesson 7 Page C.
Build your Minesweeper GUI template. The GUI elements don't need to respond to events yet, but they should all be placed and ready to go.
Your GUI needs the items listed below.
This is just an example. Use your own style, positioning, and creative choices.
Read JavaFX Lesson 7 Page C. There's a sprite sheet at the bottom of the page. For now, the only image you need from the sprites is the blank tile.
Rename your class/file in the format PX_LastName_FirstName_MinesweeperGUITemplate.java
.
If you created a cusom view or other classes as part of your layout, name each class in the form PX_LastName_FirstName_ClassName
.
You must Sign In to submit to this assignment
Last modified: March 24, 2024
Back to Lab 7.2 Consoleminesweeper