Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)