Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Design and implement a Java program that creates a GUI that will allow a user to reserve seats at a new movie theater. The GUI

Design and implement a Java program that creates a GUI that will allow a user to reserve seats at a new movie theater. The GUI should allow the user to input the following information:

  • Customer Name
  • Price of the ticket (Adult - $10.50/ticket Child $5.25/ticket)
  • The option to reserve or cancel an existing reservation

Once the data is entered via the GUI the program should output the name of each individual who made a reservation, the cost of their ticket and running total of the cost of all tickets sold as well as how many seats have been reserved and how many seat remain available to be sold. A sample GUI is illustrated below to give you an idea of how yours should look. (Note you do not have to have a label for seat number since you will not be assigning seats just tallying total seats reserved and remaining seats left)

The GUI must have the following:

  • Buttons indicating the transaction to perform (Reservation or Cancel Reservation)
  • Text box for entering of name of customer
  • Text Box for entering the price of a ticket
  • Text box that shows the name of movie goers who have made reservations
  • Submit button to complete the transaction
  • Text box showing final total cost of the tickets
  • Appropriate Labeling of text boxes and buttons

image text in transcribed

NOTE: The above is just an illustration to give you an idea of what the GUI should look like. You can create the GUI as you would like so long as it has all the functionality required in the specs

Make sure error checking is done on all input. If an error is found the customer should be notified.

Make you you you document your code with comments on what each line or set of lines is doing.

Booking Input o Reserve Cancel Resv Name Nanna Hult Reservations Seat Status Name Price 7.89 9.15 9.15 Price 0 Reserved Apu Simpsson 0 Reserved Nisse Hult 0 Reserved Nanna Hult 9.15 Reserv /Cancel Output Data Number of Seats Number of Reserved Number of Vacant Total Revenue 240 3 237 26.19 Booking Input o Reserve Cancel Resv Name Nanna Hult Reservations Seat Status Name Price 7.89 9.15 9.15 Price 0 Reserved Apu Simpsson 0 Reserved Nisse Hult 0 Reserved Nanna Hult 9.15 Reserv /Cancel Output Data Number of Seats Number of Reserved Number of Vacant Total Revenue 240 3 237 26.19

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Design A Practical Approach

Authors: Marilyn Campbell

1st Edition

1587193175, 978-1587193170

More Books

Students also viewed these Databases questions

Question

Discuss the importance of workforce planning.

Answered: 1 week ago

Question

Differentiate between a mission statement and a vision statement.

Answered: 1 week ago