Simple Java Text Editor. Command, Factory and Strategy Pattern were applied as the Design Pattern. UI was designed with Swing. Undo operation is provided with the Command pattern.
Text Editor features:
- Open, Save and New File operations.
- Undo operation letter by letter.
- Word Checker. When the "Text Check" button is pressed after the text is written, the words in the text are matched according to the words in the words.txt file. Words that are not in the dictionary are higlighted in yellow.
- Word Find and Replace

