Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.15 KB

README.md

File metadata and controls

21 lines (11 loc) · 1.15 KB

Notepad

Notepad is an application used to write, edit, save the text documents.

I have implemented an application similar to Notepad in Java using Eclipse IDE. I have used the object oriented concepts like classes, objects, implements, constructors, 'this' keyword, etc.

It performs basic operations like creating new files, opening existing files,saving the file, doing undo and redo of the text, changing font size and background color.

I have attached the images below.

Notepad1

Notepad2

Notepad3

Notepad4

Notepad5

Notepad6