Answer Posted / jitender singh
Swing is a library of GUI controls which improves upon
the Abstract Window Toolkit.
AWT uses operating system calls to draw components;
Swing draws components using its own methods. This gives
developers much greater flexibility in designing the look
and feel of their applications, while at the same time
ensuring that the applications maintain the same look and
feel across different platforms.
Swing provides significantly enhanced functionality,
such as actions, tables, trees, images buttons, tabs,
toolbars, and sliders.
swing is actuallly part of a larger family of java product
know as java foundation classes(JFC) which have many
features.swaing is used to create a feature rich user
interface with icon,images,tooltips and customized
controls.It is a part of the GUI components.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of java swing over angular?
Is javafx better than swing?
What are swings awt?
How to render an html page using only swing.
What method is used to specify a container's layout?
What is difference between swing and awt?
What are the various components of swing?
Why would you use swingutilities.invokeandwait or swingutilities.invokelater?
What are heavy weight components ?
What is double buffering ?
What is layout in java swing?
What are the swing components?
What is the base class for all swing components?
What is swing package in java?
How to print in java swing application?