In this assignment you will use JavaFX to create an applicationthat determines the amount owed for tickets to a Disney amusementpark. The user interface will enable the entry of the customername, the number of guests, which park, and options like a mealplan and extra tour. You will need to write code to handle buttonclicks and then determine values in TextField, ComboBox andCheckBox objects.
- Create a project named DisneyTickets. Create a package namededu.valstate.disneytickets. Create one new class in this package -BuyDisneyTickets.
- The following requirements apply to the BuyDisneyTickets class.
- Create a main method in the BuyDisneyTickets class. Make thisclass be a JavaFX application.
- Create
OROR