Skip to content

kerem-erkinsoy/TextEditor-WithDesignPatterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TextEditor-WithDesignPatterns

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

Factory Pattern with Command Pattern UML Class Diagram

fac uml

Strategy Pattern with Command Pattern UML Class Diagram

str uml

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages