Skip to content

Latest commit

 

History

History
28 lines (27 loc) · 771 Bytes

README.md

File metadata and controls

28 lines (27 loc) · 771 Bytes

TextEditor

Simple text editor using java awt and swing

Installing

Clone the repository
git clone https://github.com/rahul404/texteditor.git 
Compile inside texteditor/notepad/
javac NotePad.java 
Run
java NotePad 

Functionality

  • Save and Open files
  • Find and Replace
  • Font

To Do....

  • Integrate with notepad.pw
  • Spelling Check