Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gervinfung/texteditorfx
First JavaFX project - an upgraded version of the previous Text Editor
https://github.com/gervinfung/texteditorfx
caret-position javafx-application javafx-desktop-apps notepad texted
Last synced: 29 days ago
JSON representation
First JavaFX project - an upgraded version of the previous Text Editor
- Host: GitHub
- URL: https://github.com/gervinfung/texteditorfx
- Owner: GervinFung
- License: gpl-3.0
- Created: 2021-05-12T04:24:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-27T03:53:32.000Z (over 2 years ago)
- Last Synced: 2024-10-04T16:24:53.427Z (3 months ago)
- Topics: caret-position, javafx-application, javafx-desktop-apps, notepad, texted
- Language: Java
- Homepage:
- Size: 38.6 MB
- Stars: 1
- 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 JavaFX as an upgraded version of the previous TextEditor written in Swing
#### 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](file.jpg)
## Edit Menu
![Edit Menu](edit.jpg)
## Setting Menu
![Setting Menu](setting.jpg)
## Find Replace Menu
![Find Replace Menu](findReplace.jpg)
## JAR file can be found at
[TextEditor.jar](out/artifacts/TextEditorFX_jar/TextEditorFX.jar)