Java Car Rental Management System Source Code

Create a Car Rental Management System Project Using Java And MySQL Database

Java Car Rental Management System Source Code

in this java complete project tutorial we will see how to create a car-rental system in java programming language and mysql database.

tools:
- java programming language.
- netbeans 8.2.
- mysql database.
- phpmyadmin.
- xampp server.
- pixabay.com ( website for free images ).
- canva.com ( if  you want to create images / logo ).

Watch This Full Demo

1 - The Login Form

the login form will allow the Users to login into the Car Rental System Dashboard Form.
the user need to enter his username and password before clicking the login button.
you can show and hide the password using the checkbox.


Java Car Rental System Login Form

Java Car Rental System Login Form

Java Car Rental System Login Form


2 - The Car-Rental Dashboard Form

after the user successfully login, he will see this application dashboard with a menu using jpanel and jlabels.
plus some data showing the number of cars, customers and booked cars.
if the user type is "Admin" he will see the "Users" tab to manage users.

Java Car Rental System Dashboard Form

if the user type is "User" he will not see the manage users tab.

Java Car Rental System Dashboard Form

3 - The Cars Brand Form

- this form allow the users to add, edit remove brands, and display all the brands in a jtable.
- plus navigation buttons (first, next, previous, last).

Java Car Rental System Brands Form 1

Java Car Rental System Brands Form 2

Java Car Rental System Brands Form 3

Java Car Rental System Brands Form 4

Java Car Rental System Brands Form 5

4 - The Customers Form

here the user can add a new author to the system. 
view all authors in a jtable.
edit, remove the selected one from the jtable.

Java Car Rental System Customers Form

Java Car Rental System Customers Form 2

5 - The Cars Form

ADD MEMBER: This is a simple form where the user can add a new member to the system.

Java Car Rental System Cars Form

Java Car Rental System Cars Form 2

Java Car Rental System Cars Form 3

EDIT MEMBER: This form allow the user edit the selected  member using a search button.

Java Car Rental System Car Images Form

Java Car Rental System Car Images Form 2

Java Car Rental System Car Images Form 3

Java Car Rental System Car Images Form 4

Java Car Rental System Car Images Form 5

DELETE MEMBER: here you can enter the member id and click delete ( if the id exists the member will be deleted ).

Java Car Rental System All Brands Form

Java Car Rental System All Brands Form 2

Java Car Rental System All Brands Form 3



Java Car Rental System Cars List In a Brand Form

Java Car Rental System Cars List In a Brand Form 2

Java Car Rental System Cars List Form 1

Java Car Rental System Cars List Form 2

Java Car Rental System Cars List Form 3

Java Car Rental System Cars List Form 4



Java Car Rental System Cars Images Slider Form

8 - The Location Form

in this form you can issue a book to a specific member for a specific date.

Java Car Rental System Location Form

7 - The Booking Form

ADD BOOK: this form is where you can add a new book to the system.
you can see a combobox populated with all genres.
a button "select author" to show a list of authors to allow the user to select one.


Java Car Rental System Booking Form 1

Java Car Rental System Booking Form 2

Java Car Rental System Booking Form 3

Java Car Rental System Booking Form 4

Java Car Rental System Booking Form 5

Java Car Rental System Booking Form 6


EDIT BOOK: here is where the user can edit a book info.
the user can select a book by entering the id or the isbn and clicking the button "search by id or isbn".


Java Car Rental System Edit and Remove Booking Form 1

Java Car Rental System Booking List Form

Java Car Rental System Edit and Remove Booking Form 3

Java Car Rental System Edit and Remove Booking Form 4

Java Car Rental System Booking Edited



DELETE BOOK: to delete a book just enter the book id in this form and click "Remove Book" button.


Java Car Rental System Booking List Form 1

Java Car Rental System Booking List Form 2

Java Car Rental System Print Booking Form



SHOW ALL BOOKS: this form display all books in a table.



9 - The Library System - Manage Users

in this form you can manage the users.
this form contains:
1 - table with all users:
2 - a button to add a new user.
3 - a button to edit the selected user.
4 - a button to remove the selected user.


Java Car Rental System Users Form 1

Java Car Rental System Users Form 2

Java Car Rental System Users Form 3


if you want the source code click on the download button below




Share this

Related Posts

Previous
Next Post »