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.
- Clone the project
git clone https://github.com/Priman-Gresli/text-editor.git
- Build the project from the parent folder -
mvn clean install
- Run the AppInitializerWrapper class
java AppInitializerWrapper
This is my Project UI