Skip to content

jaikishan123/Work-Paper-Text-Editor-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

work-paper-Text-Editor-in-Java

Java based simple text editor

  • Text search is much more efficient due to the use of KMP algorithm
  • Made using Java swing components
  • Opening a file, saving a file and other file I/O implemented
  • Undo/Redo functionality implemented using command pattern via java class UndoManager

Releases

No releases published

Packages

No packages published

Languages