A Java project that creates a graphical user interface connected to MySQL for [Your Project Name].
- Java
- MySQL
- Clone the repository:
git clone https://github.com/AzyzHm/GUI-Simulation-Java.git
cd GUI-Simulation-Java-
Set up your MySQL database.
-
Open the project in your preferred Java development environment (e.g., IntelliJ, Eclipse).
-
Navigate to the src directory and open the DatabaseConnection.java file.
-
In the DatabaseConnection.java file, locate the following lines of code:
String DataBaseName = "your-database-name";
String USERNAME = "your-username";
String PASSWORD = "your-password";-
Replace "your-username" , "your-password" and "your-database-name" with your actual MySQL username , password and database.
-
Save the changes.
-
Run the application from your Java development environment.
Caption: Dashboard.
Caption: Add a client.
Caption: Admin Login.
Caption: Admin Space.
Caption: Show client.
Caption: Delete Client.
This project is licensed under the MIT License - see the LICENSE file for details.





