|
| ||||||||||
| Tags: buttons, c programs, colorchooser, jcomponent, jfc, panes, swing |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| What are JFC and Swing?
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 |
|
#2
| ||||
| ||||
| 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 |
|
#3
| ||||
| ||||
| Re: What are JFC and Swing?
The following are the main features of Java Foundation Class :
__________________ 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. |
|
#4
| ||||
| ||||
| 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. |
|
#5
| ||||
| ||||
| Re: What are JFC and Swing?
The most common Swing Packages are as follows :
__________________ 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.... |
|
#6
| ||||
| ||||
| 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.
|
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |