- JDK version used - 1.8
- It is a Notepad, I have built this Desktop application using Java Swing GUI
- I built this by concerning all the functionalities available in simple notepad in windows
- It have tried to build it very similar to that notepad
- I have built a FontChooser also explicitly to select a font and its size and then applied to textarea
- All Kind of Dialog Prompts. also I built Find and Replace Dialogs backward and forward searching and its loop
- Word wrap option in the textarea
- Status bar with row and col no and etc information, you can hide it also
- New Window option :You can create its new window option for opening or creating new file
- Sava, and Save as Options
- Undo, Redo, copy, paste with shortcuts : I have added actions like when to disable/enable these options
- all shortcuts in the menu will work : I have added actions for them also