You must have worked with Notepad to write programs. Now its turn to create notepad by own with the help of java language. This section explains some basic functionalities of notepad which will help creating full fleshed notepad application. So just go through the example and see how it works.
First, a class extending JFrame and implementing ActionListener is created. JFrame is the main container for swing-based application.
Read more at:
http://www.javajazzup.com/issue4/page68.shtml
|
Recommend the tutorial |













Ask Questions? Discuss: Create your own Notepad in Java View All Comments
Post your Comment