Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gervinfung/texteditor
- Owner: GervinFung
- License: gpl-3.0
- Created: 2021-04-17T16:24:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T03:52:38.000Z (over 2 years ago)
- Last Synced: 2024-10-04T16:24:49.168Z (about 1 month 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
![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)