Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gervinfung/texteditor

A Simple Text Editor similar to NotePad. I wrote this because the undo option of Notepad can only undo once. But with this software you can undo all of your edit.
https://github.com/gervinfung/texteditor

awt colorchooser java jmenu swing text-editor

Last synced: 23 days ago
JSON representation

A Simple Text Editor similar to NotePad. I wrote this because the undo option of Notepad can only undo once. But with this software you can undo all of your edit.

Awesome Lists containing this project

README

        

## This is basic Notepad of mine, written in Java for fun as I do not like the undo function of Notepad in Window

#### It is Notepad, You can change the font size, cut, copy, paste and do all activities that a normal NotePad can do

## Interface of Text Editor

## Diagrams below show its features as a text editor

![Text Editor](TextEditor.jpg)

## File Menu

![File Menu](fileMenu.jpg)

## Edit Menu

![Edit Menu](editMenu.jpg)

## Setting Menu

![Edit Menu](settingMenu.jpg)

## Find Replace Menu

![Edit Menu](findReplace.jpg)

## Jar File
[TextEditor.jar](out/artifacts/TextEditor_jar/TextEditor.jar)