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.