BCS 345 Lab 10
CRN 21177, XXXXXXXXXXJLi Spring 2020
------------------------------------------------------------------------------------------------------------------------
Objectives: Get hands-on experience on creating GUI applications using JavaFX and Scene Builder.
Tasks:
In this lab, we will create a GUI application using JavaFX and Scene Builder. The interface has two tabs.
See PPT slides for methods related to RadioButton, CheckBox, Button, and ImageView GUI components.
1. Tab 1: Sandwich Cart
Create a graphical user interface to allow a user to enter first name and last name, select
sandwiches, and select a delivery option.
After the user clicks the “Submit Order” button. The order information, including user’s first name,
last name, order details, how the order will be delivered, and the amount due, is displayed.
2. Tab 2: ImageView
Create a graphical user interface to allow user to select and display an image with a RadioButton.