+ 6
What is swing in Java?
4 Answers
+ 3
Java Swing is a part of Java Foundation Classes (JFC) that is used to create window-based applications. It is built on the top of AWT (Abstract Windowing Toolkit) API and entirely written in java.
Unlike AWT, Java Swing provides platform-independent and lightweight components.
The javax.swing package provides classes for java swing API such as JButton, JTextField, JTextArea, JRadioButton, JCheckbox, JMenu, JColorChooser.
+ 1
Graphical User Interface framework. You can make GUI applications using it and it is a set of libraries made on top of AWT.
0
Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes (JFC) â an API for providing a graphical user interface (GUI) for Java programs.
0
swing is the package use for making dekstop application..
it is the advance version of awt