Swing Notepad is a simple text editor built using Java's Swing framework. It allows users to create, open, and save text documents on their PC or laptop.
- Create New Documents: Start a new text document from scratch.
- Open Existing Documents: Open and edit previously saved documents.
- Save Documents: Save your current work to a file for future use.
- Ensure you have Java installed on your system.
-
Clone the repository:
git clone https://github.com/MJTech46/SWING-Notepad.git
-
Navigate to the project directory:
cd SWING-Notepad -
Compile and run the program:
javac SwingNotePad.java java SwingNotePad
Contributions are welcome! Please fork this repository and submit a pull request for any feature enhancements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.
