What is the purpose of the javax.swing package?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the purpose of the javax.swing package?
Rating:
The javax.swing package is similar to the java.awt package. It provides classes to support GUI (Graphical User Interface) features in an application. It contains more powerful and flexible components than those in AWT (Abstract Window Toolkit), and includes tabbed panes, scroll panes, trees, and tables. Some of the classes of this package are listed below:
- JTabbedPane
- AbstractButton
- JApplet
- ButtonGroup
Rating:
Was this information helpful?
Other articles
- What is the purpose of the String length() method?
- What is the use of the replace() method of the String class?
- What is the jspInit() method?
- What is an enumeration?
- What are the new features of EJB 2.1?