Java NotePad is a lightweight, user-friendly text editor developed using Java Swing. It offers essential text editing features, file manipulation capabilities, and a convenient zoom functionality.
-
Create, Open, and Save:
- Create a new file or open existing ones seamlessly.
- Save your work effortlessly with the intuitive file management options.
-
Edit Operations:
- Undo and redo actions for quick revisions.
- Cut, copy, paste, and delete text with ease.
-
Zoom Functionality:
- Zoom in and out for a customized viewing experience.
-
New File:
- Click on
Filein the menu bar and selectNewto create a new file.
- Click on
-
Open File:
- Click on
Fileand selectOpento open an existing file.
- Click on
-
Save File:
- Click on
Fileand selectSaveto save the current file.
- Click on
-
Undo and Redo:
- Utilize the
Editmenu for undo and redo actions.
- Utilize the
-
Cut, Copy, Paste, Delete:
- Employ the
Editmenu or convenient keyboard shortcuts for these actions.
- Employ the
-
Zoom In and Out:
- Use the
Editmenu or keyboard shortcuts to seamlessly zoom in and out.
- Use the
Your contributions are valuable! Follow these steps to contribute to Java NotePad.
-
Fork the Repository:
- Visit the Java NotePad repository.
- Click the "Fork" button in the upper right corner to create a fork under your GitHub account.
-
Clone the Forked Repository:
git clone https://github.com/Mochxd/NotePad-App.git cd JavaNotePad -
Create a New Branch: Create a new branch for your feature:
git checkout -b feature/new-feature
-
Make Changes and Commit:: Make necessary changes to the code using your preferred text editor or IDE. Once changes are made, stage and commit them:
git add . git commit -m 'Add new feature'
-
Push Changes to GitHub: Push your changes to the branch on your forked repository on GitHub:
git push origin feature/new-feature
-
Create a Pull Request:
- Visit your forked repository on GitHub.
- Switch to the branch you just pushed (feature/new-feature).
- Click the "New Pull Request" button.
- Provide a title and description for your pull request.
- Click "Create Pull Request" to submit your changes.
To run the Java NotePad locally, you'll need to have the following installed:
- Java Development Kit (JDK)
- Any Java IDE (e.g., Eclipse, IntelliJ)
Clone the repository and open it in your preferred Java IDE. Build and run the NotePad class to launch the application.
No external dependencies are required for this project. The application uses standard Java Swing libraries for GUI components.
- Use [Gmail] for communication.
- For questions or assistance, contact [[email protected]].