Introduction to javax.swing Library. A Simple Notepad Application. Part 1
In this article I'll describe how to create a simple Notepad application using javax.swing library.
Now, you know how to create java projects in Eclipse. So, we will create a new project, called coolReader. First of all, I'll show you the structure of the project:
So, the project consists of 3 classes and a set of images, used to create some buttons.
Now,we wil speak about coolReader class. This class is the class, that has the full implementation of the GUI and event handling.
So, the project consists of 3 classes and a set of images, used to create some buttons.
Now,we wil speak about coolReader class. This class is the class, that has the full implementation of the GUI and event handling.- Read more about Introduction to javax.swing Library. A Simple Notepad Application. Part 1
- Log in or register to post comments
- 74 views