Skip to content

Priman-Gresli/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-Editor

This project was done for self-learning about Java. The text editor was developed by using Java and JavaFX with the OOP concept. The regular expression was used to find and replace the words. This text editor can,

  • Save text
  • Open text file
  • Get text after drag and drop
  • Find words in the text
  • Replace words

To set up this application follow these steps.

  1. Clone the project
git clone https://github.com/Priman-Gresli/text-editor.git
  1. Build the project from the parent folder -
mvn clean install
  1. Run the AppInitializerWrapper class
java AppInitializerWrapper

This is my Project UI

Screenshot from 2023-05-01 11-31-47

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published