Please help my build this program!! I have to build a GUI program at JAVA which provide renting a car. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Please help my build this program!! I have to build a GUI program at JAVA which provide renting a car.

I need a project organized in classes, which should be build with GUI and has some features. The program should receive this inputs: Car Type (Combo Box) Name, Surname of person. Date of picking the car for a rent. Date of giving back the car. Additional elements that client could ask for (Check Box) ( snow tires ,carrying luggage, parking tickets) Program should display: Details of car reservation and total cost of reservation. Each additional element picked by client has cost which added to total cost

11th Feb 2017, 7:59 AM
Mikel Xheka
Mikel Xheka - avatar
3 Respostas
+ 2
Which API? AWT, Swing, JavaFX?
11th Feb 2017, 9:50 AM
Tashi N
Tashi N - avatar
+ 2
Didn't you post the same question for Javascript? What have you done so far? Tutorial for Swing: https://docs.oracle.com/javase/tutorial/uiswing/ You'll find many helpful examples there.
13th Feb 2017, 6:04 PM
Tashi N
Tashi N - avatar
0
Swing!
11th Feb 2017, 11:12 AM
Mikel Xheka
Mikel Xheka - avatar