Create a JavaFX GUI for an App of your choice - Use multiple kinds of controls
Use multiple kinds of layouts
You may not use Group as your root node
(i.e. no hard-coding the placement of GUI elements)
Your GUI must be resizable and still look decent when the window is resized.
You do not need to add event handling yet, which means your GUI won't respond to user interaction. It will just look pretty.
PX_LastName_FirstName_GUI.java
PX_LastName_FirstName_GUI.zip
You must Sign In to submit to this assignment
Last modified: February 28, 2024
Back to Misc Methods