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
Why swing is better than awt?
Which method is used by the applet to recognize the height and width?
What is java swing gui?
Write a program to include the internal frame in swing.
What are the components of swing?
Which package is needed for swing components?
Can a class be it?s own event handler? Explain how to implement this?
Why do we use swing in java?
What are the various components of swing?
What is swing and its features in java?
How do you swing an applet?
How to render an html page using only swing.
What are swing controls?
What are the differences between Swing and AWT?
What is the function of abstractaction class?