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: about 1 month 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.
- Host: GitHub
- URL: https://github.com/gervinfung/texteditor
- Owner: GervinFung
- License: gpl-3.0
- Created: 2021-04-17T16:24:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T03:52:38.000Z (about 3 years ago)
- Last Synced: 2025-02-05T11:19:02.808Z (3 months ago)
- Topics: awt, colorchooser, java, jmenu, swing, text-editor
- Language: Java
- Homepage:
- Size: 377 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## File Menu

## Edit Menu

## Setting Menu

## Find Replace Menu

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