This is a clone of Windows Notepad. Quite large number of Notepad Features are inculcated into it.
Clone this project with git clone command in the terminal
git clone https://github.com/codec404/MyTxtEdtrTo deploy this project run
App.javaA window appears similar to Windows Notepad in a new look. The name on the title bar is "NITPad".

No Pre-requisites. Installation of a java-specific IDE(More specifically Net Beans IDE) is advised to get proper results.
You need to add a .jar file to your Dependencies Folder.
https://www.formdev.com/flatlaf/#download
I have made use of Darcula Darker Theme.
The above link leads to the documentation page. It will be helpful for the users to get knowledge about the several Java Swing Classes and Interfaces used in this project.
- Save and Open File

- Responding to KeyBoard Shorycuts
- Change the Text Area theme

- Can open a new window
And many more you get when you explore