A lightweight, customizable Notepad application built in Java using the Swing framework. This project is ideal for beginners and contributors looking to enhance their Java skills.
- Java Development Kit (JDK) 8 or later.
- A Java IDE or editor (e.g., IntelliJ IDEA, Eclipse, or VS Code).
-
Clone the Repository:
git clone https://github.com/RaniduNethma/Simple-Notepad-Java.git cd notepad-app -
Run the Application:
- Open the project in your favorite IDE.
- Compile and run the GUI.java file.
We welcome contributions to improve this project! Here's how you can contribute:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your feature"
- Push to your branch:
git push origin feature/your-feature-name
- Open a pull request.
GUI.java:Main application GUI logic.FunctionEdit.java:Handles text editing features like font and word wrap.FunctionFile.java:Manages file operations like save, open, and new.
- This project is licensed under the MIT License.
- See the LICENSE file for details.
- Java Swing documentation for UI development.
- Open-source contributors who inspired the modular design.