|
|
|
Requirements
Java SE 5.0+
(Download latest JRE here) |
This Application was delevoped to further my skills in Java and Object Oriented Programming.
The user takes the role of the Boat Rental Company and is able to add boats and set their rental status via the GUI. The system can handle Rowing and Pedal boats each with unique properties. Each Pedal boat has a colour and each Rowing Boat has a Landmark name.
As each boat is created, a unique ID is assigned. This is used to find the boat and rent/return the boat. If the user wants to rent a boat, they select the type of boat and the system finds an available boat.
When a boat is returned, the user inputs the ID and the time and this calculates the price the customer needs to pay.
The application is also capable of saving the information and then re-loading it when it is opened.
This was developed for an Object Oriented Assignment
at level 1. I developed the entire application from scratch and the GUI was created with code, not by an IDE.