Question: How do I Create a Java travel authorization request graphical user interface (GUI) application via NetBeans to calculate the cost of a business trip? That
How do I Create a Java travel authorization request graphical user interface (GUI) application via NetBeans to calculate the cost of a business trip?
That Includes the following functionality:
Traveler name (text field)
Airfare cost (text field)
Food cost (text field)
Hotel cost (text field)
Car cost (text field)
Shuttle cost (text field)
Summary: Display request total in label (must use a variable to store each item and calculate totals)
Button
Include the use of an array to store the location names and use a loop to populate the combo box for the locations.
Add a text field to store the number of days for the trip.
When the calculate button is clicked the value for the hotel will increase by 5% to incorporate taxes.
Add a radio button to include if the request includes a shuttle to and from their local airport or if they will park their car
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
