Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 1.83 KB

File metadata and controls

91 lines (51 loc) · 1.83 KB

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.