This JFrame is a class which is located at the java package javax.swing
JFrame helps to form applet , this class is one type of Container where different Components can be
added by getContentPane() and add() method of this class.
The JFrame is one of the static or predefined Frame where there is limitation of extending the Frame feature
All the classes of
1 |
javax.swing.*; |
package are predefined applet components. It’s design is also static on all
operating system. There is platform independent design of JButton,JLabel,JTextField bar and all things. Here we use JFrame for the
independent of the application.
Where as in the context of
1 |
java.awt.*; |
The components like Button,Label all are platform indendent as well.
Thank you for another great article. Where else could anyone get that kind of information in such a perfect way of writing? I have a presentation next week, and I am on the look for such information. I give to young professionals is to ask more experienced people for advice. After all, there’s no better way to know how to do