We can develop Notepad in Java with the help of AWT/Swing. In which we can keep Important notes ,date,ect.
In this project, we learn how to create a notepad in Java in which we can read and write anything we want as important notes of some special events or class notes or dates etc.
in this there is some option through which you can do the following thing:
1. New file.
2. save your work.
3. open a file that already exits.
4. Exit.
In the main file it, we had created a JFrame that is displayed as notepad. Then in GridAction class where the function is created that is to be performed.
Submitted by SAURABH BISHT (saurabh3511)
Download packets of source code on Coders Packet
Comments