This is a simple login page designed in Java using Swing and AWT. The program checks the provided username and password against a file called "users.txt". If the login credentials match, a success message is displayed; otherwise, an error message is shown.
- Java Development Kit (JDK) - Version 8 or higher
1. Clone the repository:
git clone https://github.com/TheStevenDev/JavaLoginPage
2. Compile the Java program:
javac MyFrame.java
3. Run the application:
java MyFrame
This project is licensed under the MIT License - see the LICENSE file for details.
TheStevenDev