A copy of the original Notepad program is what this project is. This project was developed entirely in Java with the help of the GUI libraries Swing and AWT. This project carries out several features from the original Notepad program.
- File operations -
- Open file - Allows user to select a txt file and open it in the editor. Thus, any text file that can be opened in the original notepad can be opened in this application.
- Save file - Allows user to save txt files.
- Print file - Allows user to print the files.
- View Options - Allows user to
- Zoom in
- Zoom out
- Word wrap
- Restore default zoom
- Keyboard shortcuts - Allows user to use keyboard shortcuts to perform actions. For instance, user can click Ctrl + O to open a new file. Another instance could be that the user can click Ctrl + + to zoom in, Ctrl + W to enable word wrap etc.
This application can be used a file editor.
- Find and Replace functionality
- Support multiple file types such as .py,.java and make it a code editor