Skip to content

This project is a simple simulation of a Java GUI, created for my Java finals. It primarily utilizes Swing for the user interface and MySQL for database management.

License

Notifications You must be signed in to change notification settings

AzyzHm/GUI-Simulation-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GUI Simulation Java

Java Logo MySQL Logo

A Java project that creates a graphical user interface connected to MySQL for [Your Project Name].

Table of Contents

Technologies Used

  • Java
  • MySQL

Setup

  1. Clone the repository:
git clone https://github.com/AzyzHm/GUI-Simulation-Java.git
cd GUI-Simulation-Java
  1. Set up your MySQL database.

  2. Open the project in your preferred Java development environment (e.g., IntelliJ, Eclipse).

  3. Navigate to the src directory and open the DatabaseConnection.java file.

  4. In the DatabaseConnection.java file, locate the following lines of code:

String DataBaseName = "your-database-name";
String USERNAME = "your-username";
String PASSWORD = "your-password";
  1. Replace "your-username" , "your-password" and "your-database-name" with your actual MySQL username , password and database.

  2. Save the changes.

  3. Run the application from your Java development environment.

Screenshots

Dashboard

Dashboard

Caption: Dashboard.

Add a client

Add a client

Caption: Add a client.

Admin Login

Admin Login

Caption: Admin Login.

Admin Space

Admin Space

Caption: Admin Space.

Show client

Add a client

Caption: Show client.

Delete Client

Delete Client

Caption: Delete Client.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This project is a simple simulation of a Java GUI, created for my Java finals. It primarily utilizes Swing for the user interface and MySQL for database management.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages