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 containers available in swing?
What is actionlistener in java swing?
What is the function of internal frame in swing?
Can a class be it?s own event handler? Explain how to implement this?
What is swing api?
Why would you use swingutilities.invokeandwait or swingutilities.invokelater?
What is java swing components?
Which layout does swing use by default?
How to add calendar in java swing using eclipse?
What are the features of swing in java?
What is import javax swing in java?
Hello Everyone.. I m trying to develop a java swing application where i can display a doc file Jeditorpane or Jtextpane.
What is the what is the difference between invokeandwait() and invokelater()? ?
What is the class in swing to change the appearance of the frame in runtime?
Write a program to paint the off-screen buffer in swings