AsjadIqbal / myNote

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Java 99.6%Language:HTML 0.4%