Implementation of a basic text editor using java swing gui. Key features:
- Autocomplete
- Find and Replace
- Spell Check
- Longest Repeated Substring
- Longest Palindromic Substring
Run the Makefile provided. Requires OpenJDK version >= 1.8.
make
To run the application:
java TextEditor
Double click the jar to run the application. If some features fail to work run using below command.
java -jar TextEditor.jar