Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is meant by JFC?

Answers were Sorted based on User's Feedback



What is meant by JFC?..

Answer / chnvganesh_mca

Java Foundation Classes (JFC). The JFC also include
other features important to a GUI program, such as the
ability to add rich graphics functionality, and the ability
to create a program that can work in different languages
and by users with different input devices.

(or)

The Java Foundation Classes (JFC) are a set of Java
class libraries provided as part of Java 2 Platform,
Standard Edition (J2SE) to support building graphics user
interface (GUI) and graphics functionality for client
applications that will run on popular platforms such as
Microsoft Windows, Linux, and Mac OSX. etc.,

Is This Answer Correct ?    10 Yes 0 No

What is meant by JFC?..

Answer / manikandan

java Foundation classes

Is This Answer Correct ?    8 Yes 0 No

What is meant by JFC?..

Answer / velmurugan i

The Java Foundation Classes (JFC) are a comprehensive set
of GUI components and services which dramatically simplify
the development and deployment of commercial-quality
desktop and Internet/Intranet applications.

Is This Answer Correct ?    5 Yes 0 No

What is meant by JFC?..

Answer / shobha

JFC(Java Foundation Classes)

Is This Answer Correct ?    5 Yes 0 No

What is meant by JFC?..

Answer / k.nadhiya

Java foundation classes is set java library.Jfc using GUI
components .

Is This Answer Correct ?    0 Yes 0 No

What is meant by JFC?..

Answer / velmurugan i

The Java Foundation Classes (JFC) are a bunch of related
features, widgets, containers, etc. They are related in
that they are all commonly used tools for building GUIs.
The JFC is a large entity and we will not cover it
entirely. Instead, we will provide you with an overview of
what is included in the JFC, and go into detail with a few
of the more common and useful components in later sections
of the course notes.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Swing Interview Questions

Which containers use a border Layout as their default layout in swing?

0 Answers  


what is the diff's between swing and applet?

17 Answers   Invictus, Patni,


What are the advantages of the event-delegation model over the event-inheritance model?

0 Answers  


How to add calendar in java swing using eclipse?

0 Answers  


What is the what is the difference between invokeandwait() and invokelater()? ?

0 Answers  


when i run Frame program, it display output in supparate window.i try to close using "X" it not close.min'-' & max'+' are working.pls what is problem? i run in editplus. folowing program i given. import java.awt.*; class Form1 { Frame f1=new Frame("loginpage"); Label l1=new Label("username"); Label l2=new Label("password"); TextField tf1=new TextField(); TextField tf2=new TextField(); Button b1=new Button("submit"); Form1() { f1.setLayout(new FlowLayout()); f1.add(l1); f1.add(tf1); f1.add(l2); f1.add(tf2); f1.add(b1); f1.setSize(437,440); f1.setVisible(true); //f1.dispose(); } public static void main(String[] args) { Form1 f=new Form1(); } }

4 Answers  


What is a swing application?

0 Answers  


What does javax swing do?

0 Answers  


What is swing?

0 Answers  


Why should the implementation of any swing callback (like a listener) execute quickly?

0 Answers  


What are swing components in java?

0 Answers  


What are the benefits if Swing over AWT?

0 Answers  


Categories