Question: You created an interactive GUI application for Carlys Catering that allows the user to enter a number of guests for an event and to choose
You created an interactive GUI application for Carly’s Catering that allows the user to enter a number of guests for an event and to choose an entrée, two side dishes, and a dessert from groups of choices. Then, the application displays the cost of the event and a list of the chosen items. Now, modify the interface to include separate panels for the guest number entry, each group of menu choices, and the output. Use at least two different layout managers and at least two different colors in your application. Save the program as JCarlysCatering.java.
Step by Step Solution
3.44 Rating (157 Votes )
There are 3 Steps involved in it
import javaxswing import javaawt import javaawtevent import javaawtColor public class JCarlysCatering extends JFrame implements ItemListener ActionListener Container con getContentPane GridLayout main... View full answer
Get step-by-step solutions from verified subject matter experts
