Can any one explain this library of java for me?

Recommended Answers

All 6 Replies

Swing is the primary Java GUI widget toolkit. It is part of Oracle's Java Foundation Classes (JFC) — an API for providing a graphical user interface (GUI) for Java programs.

Swing was developed to provide a more sophisticated set of GUI components than the earlier Abstract Window Toolkit (AWT). Swing provides a native look and feel that emulates the look and feel of several platforms, and also supports a pluggable look and feel that allows applications to have a look and feel unrelated to the underlying platform. It has more powerful and flexible components than AWT. In addition to familiar components such as buttons, check boxes and labels, Swing provides several advanced components such as tabbed panel, scroll panes, trees, tables and lists.

Unlike AWT components, Swing components are not implemented by platform-specific code. Instead they are written entirely in Java and therefore are platform-independent. The term "lightweight" is used to describe such an element.

http://en.wikipedia.org/wiki/Swing_%28Java%29

More Links
http://cs.nyu.edu/~yap/classes/visual/03s/lect/l7/
http://www.javabeginner.com/java-swing/java-swing-tutorial

commented: Nice Info +0

thank u.. i found it quite helpful for me

Your welcome, kindly please close the post if it solved your problem, so in future other can be benefited.

really suggestion given by Majestics is very helpful...

commented: Adds nothing - just hoping for credit on closure? +0

please mark it as solved,if your doubts and problems are solved.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.