Question: In Chapter 14, you created an interactive GUI version of Carlys Catering. Now, rewrite the program using JavaFX and Scene Builder. Allow the user to
In Chapter 14, you created an interactive GUI version of Carly’s Catering. Now, rewrite the program using JavaFX and Scene Builder. Allow the user to enter the number of guests for an event into a text field.. Also, allow the user to choose one entree from a group of at least four choices, up to two side dishes from a group of at least four choices, and one dessert from a group of at least three choices. Display the cost of the event as $35 per person; once the user has made selection changes, display a list of the current items chosen. Use a CSS file to design an interface to reflect the business. Save the project as FXCarlysCatering.
Step by Step Solution
3.46 Rating (156 Votes )
There are 3 Steps involved in it
import javaxswing import javaawt import javaawtevent public class JCarlysCatering extends JFrame implements ItemListener ActionListener FlowLayout flow new FlowLayout JTextField guestsField new JTextF... View full answer
Get step-by-step solutions from verified subject matter experts
