Notepad clone part 3

7 months ago
7

Welcome back to our Java Swing project on building a Notepad Clone! In this third installment, we'll continue to develop our text editor and add more essential features that will make it resemble the popular text editor, Notepad.
In this we will implement
1. Save
2. Save As
3. Print
4. Replace
5. Asking to save changes when we want to close the window and
6. Opening a new window

📂 Download the source code for this project: https://github.com/Gaurang-gupta/NotepadClone

Don't forget to subscribe and hit the like button if you find this project helpful. Stay tuned for more exciting projects using Java

Loading comments...