What is meant by Swing?
Answers were Sorted based on User's Feedback
Answer / chnvganesh_mca
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.
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / 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 |
Answer / ramya
Swing is basically a set of customisable graphical
components whose look-and-feel can be dictated at runtime.
• Pre-built look-and-feel: Motif, Windows, Macintosh,
Metal on a any platform
• Personal look-and-feel also definable
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rego
Basically swing is java framework it willAWT 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.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / harivardhan.a
when overlapping occur between lightweightcomponent and
heavyweight component,always heavy weight component is top
2)the lightweight component is one that "borrows" the
screen resources of an ancestic(it has no native resources)
so it is lightweight component
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / devi
Swing is a set of program component s for Java programmers that provide the ability to create graphical user interface ( GUI ) components, such as buttons and scroll bars, that are independent of the windowing system for specific operating system . Swing components are used with the Java Foundation Classes ( JFC ).
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mita swain
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 ? | 3 Yes | 5 No |
Which window contains the swing controls?
Default layout for a ContentPane in JFC?
Explain the difference between jfc & wfc.
How is parsing html used in swing?
Which swing methods are thread-safe?
What are the benefits if Swing over AWT?
Which method is used for setting security in applets?
please any one explain this project: Minimizing recovery state in geographic ad hoc routing
Name the borders provided by Swing?
how can u handle runtime exceptions in java plz explain with examples briefly?
Why should the implementation of any swing callback (like a listener) execute quickly?
What is javax swing joptionpane?