Question: Write a GUI application in Java through which the users to apply for the trip tickets and get the total cost of the trip. Minimally
Write a GUI application in Java through which the users to apply for the trip tickets and get the total cost of the trip. Minimally the program must contain : Name, Surname of the client (Text field) Write a GUI application in Java through which the users to apply for the trip tickets and get the total cost of the trip. Minimally the program must contain : Name ,Surname of the client (Text field) The actual place and the destination (2 Combo box) The number of persons The trip type: One way ,Round Trip (Radio button) The button (Calculate /clear ...) The program must show : the total cost of the trip ,the bill and the details ..The program must be for arilines, Raillines,roadlines ecct(You choose)
Step by Step Solution
There are 3 Steps involved in it
To develop a GUI application in Java that allows users to apply for trip tickets and get the total cost we can use Swing a part of the Java Foundation Classes JFC that provides a set of GUI components ... View full answer
Get step-by-step solutions from verified subject matter experts
