what is java swing?
what is java swing?
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 etc.
Java Swing is a user interface (UI) toolkit for building desktop applications in Java. It provides a set of graphical user interface components like buttons, menus, text fields, labels, and more that can be used to create rich and interactive desktop applications. Swing is a part of the Java Foundation Classes (JFC) and is built on top of the Abstract Window Toolkit (AWT). It offers a rich set of features like customizable look and feel, pluggable UI, drag and drop support, and more. Swing also provides support for internationalization and accessibility, making it a powerful and versatile tool for building desktop applications in Java.
- 14 Forums
- 1,835 Topics
- 5,051 Posts
- 0 Online
- 1,078 Members