Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 716 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 716 Bytes

myNote

This is a Notepad-like text-editor built in Java using AWT and Swing.

This is one of my first projects working with AWT and Swing in Java. It has almost all the features of a regular notepad including file operations, undo/redo, formatting the editor, etc. There are still a few features to be added to the project: Find, Find Next, Replace and Font.

Requirements: Java Development Kit(JDK) version 15 or higher.

(Skip to the source code here.)

Download Application:

You can directly run the application by downloading the JAR file, provided you have JDK 15 or higher.

Screenshots

screenshot1 screenshot2