This project is a simple Notepad desktop application built using java for learning purposes. It is highly similiar to the usual notepad.
- Create, open, and save all types of files
- Cut, copy, and paste text
- Undo and redo actions
- word wrapping
- Find and replace text
- Change font and font size
- Java Development Kit (JDK) 8 or higher
- File Menu: Create, open, save, save as and exit the application.
- Edit Menu: Word wrap, undo, redo, find, and replace text.
- Format Menu: Change font and font size.
Contributions are welcome! Please fork the repository and submit a pull request.
- Java Swing for the GUI components.
- Oracle for the Java Development Kit.