What is meant by Swing?

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


Please Help Members By Posting Answers For Below Questions

What are the various components of swing?

513


What is a component in swing?

505


What are the differences between Swing and AWT?

569


Can a class be it?s own event handler? Explain how to implement this?

538


Why swings are used in java?

520






What is swing framework in java?

552


What is swing api?

525


Why should the implementation of any swing callback (like a listener) execute quickly?

563


Is java swing a framework?

564


What are the advantages of swing over awt?

494


What is the difference between a scrollbar and a jscrollpane ?

763


Why are swing components called lightweight?

544


Which types of components are used in designing swing based gui?

525


What are controls and what are different types of controls in awt?

523


What is layout in java swing?

532