#1  
5th April 2011, 01:10 PM
Unregistered
Guest
 
Posts: n/a

What is swing in Java?


what is swing in java? please explain in detail




  #2  
10th April 2011, 09:54 PM
anup diwakar
Junior Member
 
Join Date: Apr 2011
Posts: 36
Default Re: What is swing in Java?

swing is a GUI toolkit fir java. it is one part of the java fundamental classes(jfc).swing includes graphical user interface(gui) widgets such as text boxes, buttons, split-panes and table.
java swings are based on AWT architecture and swing components are java beans.
  #3  
17th July 2011, 11:56 PM
nambardar
Senior Member+
 
Join Date: Jul 2011
Location: bikaner
Posts: 881
Default Re: What is swing in Java?

Swing is the primary Java GUI widget toolkit. It is part of Sun Microsystems' 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.

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 box and labels, Swing provides several advanced components such as tabbed panel, scroll panes, trees, tables and lists.
  #4  
31st August 2011, 01:59 AM
amaan khan ak
 
Join Date: Aug 2011
Location: bikaner
Posts: 579
Default Re: What is swing in Java?

Quote:
Originally Posted by Unregistered View Post
what is swing in java? please explain in detail
Swing is actually a part of the Java Foundation Classes (JFC), a collection of technologies

that includes Swing, AWT, Java 2D, Java Drag and Drop, the Accessibility APIs, and others.

The classes and interfaces of Swing are found in the javax.swing packages.

Swing is different from AWT in that Swing components are 100 percent Java, thereby not

relying on the native operating system or platform. This allows Swing components to have a

pluggable look and feel, meaning that you can decide what you want your GUI components

to look like. For example, if you want a button to look like a Windows button, even if the

program is executed on a Macintosh or Unix platform, you can denote your Swing program

as having the Windows look and feel. With the Windows look and feel, the Swing

program will look like a Windows program, no matter what operating system

the program runs on.

Its a light weight component.
Reply With Quote
  #5  
3rd September 2011, 06:23 PM
manoj rajpurohit
Junior Member
 
Join Date: Feb 2011
Location: Bikaner
Posts: 352
Default Re: What is swing in Java?

swing is a GUI toolkit fir java. it is one part of the java fundamental classes. that includes Swing, AWT, Java 2D, Java Drag and Drop, the Accessibility APIs, and others. swing provide pluggable look and feel that means you can make all buttons on a frame like the windows.
Swing was developed to provide a more sophisticated set of GUI components than the earlier Abstract Window Toolkit.
swing is a light weight process.
Reply With Quote
Do you have any question? or have anything to say?



Related Topics:

Thread Replies Last Post
Difference between C, C++ and JAVA? 26 29th April 2013 02:44 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.
Please also check: