Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 282 Bytes

File metadata and controls

6 lines (4 loc) · 282 Bytes

TextEditor

TextEditor is a simple Java Text Editor built using swing toolkit and MVC design.

It allows the user to save, open and create new files. It aslo implements copy, cut, paste, undo and redo functionality.

The project can be used by running the TextEditor.java file.