Carsharing -
A Java project using the Swing library

Reliable desktop application for managing orders in the car-sharing business. This project shows my fundamental knowledge of Java and Swing library. Project from scratch.

Interface language: Polish. The application let to add and remove records with information about rent orders.
- Orders are recorded in local text file named 'Wypozyczenia.txt'.
- All cars are recorded in a text file with the name 'Baza.txt'.
- In car name there are car brand, registration number, mode and price per day.
- Application allow to make only records which do not contradict other existing records.
- The input data is checked and must have the correct format.
- It is easy to upgrade the application and add an automatic preparation of a bill.

I didn't follow any tutorial to create this project. I used the knowledge I gained during my studies. You can download and see the code.