Go Back   TechArena Community > Software > Software Development
Become a Member!
Forgot your username/password?
Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , , ,

Sponsored Links


What are JFC and Swing?

Software Development


Reply
 
Thread Tools Search this Thread
  #1  
Old 14-02-2010
DANIEL 602's Avatar
Member
 
Join Date: Jul 2006
Posts: 273
What are JFC and Swing?

Sponsored Links
Hello friends,
I am new to this forum, so please ignore my mistakes. I have just turned to Java after completing the C++ and C# programming language. I don't have any idea of Java. I have gone through the JFC and Swing in Java which I heard for the first time.!! So thought that you guys would help me in explaining these terms. Please tell me what are JFC and Swing? Expecting some help sooner.!!

__________________
(\__/)
(='.'=) This is Bunny. Copy and paste bunny into your
(")_(") signatureto help him gain world domination
Reply With Quote
  #2  
Old 14-02-2010
Viensterrr's Avatar
Member
 
Join Date: Jul 2006
Posts: 289
Re: What are JFC and Swing?

The JFC and the Swings are the basic things that should be known before starting the Java. The whole Java depends on the JFC and Swing components. JFC is short for Java Foundation Classes. This class encompass a group of features for building graphical user interfaces. While Swing is a widget toolkit for Java. Swing can be said as an API for providing a graphical user interface for Java programs. Like Java, Swing is also plat-form independent. Swing is platform independent both in terms of its expression and its implementation.
__________________
Signatures reduce available bandwidth
Reply With Quote
  #3  
Old 14-02-2010
Solitario's Avatar
Member
 
Join Date: Aug 2006
Posts: 227
Re: What are JFC and Swing?

The following are the main features of Java Foundation Class :
  1. Swing GUI Components - When you will use the buttons, panes, etc. you will have to call this method. Because this method includes everything from buttons to split panes to tables. Also there are many components in this feature that are capable of sorting, printing, etc.
  2. Accessibility API - This feature enables assistive technologies. Such technology are used for screen readers and Braille displays, to get information from the user interface.
  3. Pluggable Look-and-Feel Support - The look and feel of Swing applications is pluggable, allowing a choice of look and feel. Means you can change the looks and feels of the Java application like you use in Windows.
__________________
I do to dead flowers what people at morgues do to dead people. Suck all the moisture out, dip them in plastic, paint them up pretty and put them in a nice frame.
Reply With Quote
  #4  
Old 14-02-2010
kyosang's Avatar
Member
 
Join Date: Jul 2006
Posts: 442
Re: What are JFC and Swing?

Swing is a platform-independent just like the JFC. Means you can run it on any operating system without changing the codes. It follows a single-threaded programming model. Swing component model objects are responsible for providing a concise interface defining events fired. Many times you need to represent the GUI control. The object used to graphically represent the conceptual GUI control is the view component of a Swing JComponent. You can also change the looks and feels of widgets by modifying the default with the help of Swings.
__________________
"When they give you ruled paper, write the other way..." J.R.J.
Reply With Quote
  #5  
Old 14-02-2010
Deabelos's Avatar
Member
 
Join Date: Jul 2006
Posts: 286
Re: What are JFC and Swing?

The most common Swing Packages are as follows :
  • javax.accessibility
  • javax.swing.plaf
  • javax.swing.colorchooser
  • javax.swing
  • javax.swing.event
  • javax.swing.border
  • javax.swing.table
  • javax.swing.tree
__________________
IF you hate me, please don't mention it. I know who hates me and who doesn't. You really do not have to make fun of people....
Reply With Quote
  #6  
Old 14-02-2010
absolute55's Avatar
Member
 
Join Date: Nov 2005
Posts: 1,321
Re: What are JFC and Swing?

You should also know about the properties of the Swing, so I thought to provide you some properties of the Swings. The following are the capabilities of the Swing components.
  1. You can easily display an images of the Buttons and Labels by using the Swings.
  2. The Swing allows you to easily add or change the borders drawn around most Swing components.
  3. By invoking methods or creating the subclass, you can easily change the behavior or appearance of a Swing component.
  4. Its not necessary that the Swing components have to be rectangular.
Reply With Quote
Reply

  TechArena Community > Software > Software Development


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "What are JFC and Swing?"
Thread Thread Starter Forum Replies Last Post
Applets V/s Swing in JAVA "Dritan" Software Development 3 14-12-2010 08:04 AM
Jms + swing Prince$O$Persia Software Development 5 24-07-2010 03:30 AM
How to use HTML in Swing Components? Silent~Kid Software Development 4 12-02-2010 02:55 AM
what is the difference between Swing and Awt? Deepest BLUE Software Development 4 27-11-2009 05:52 PM
Print in java using Swing Sheenas Software Development 3 18-11-2009 08:50 AM


All times are GMT +5.5. The time now is 01:36 PM.