,
Share with your friends 

What is JFC and how it's used in java?

7 ratings Views 91 
Author: Suresh_2687960e (Suresh Loganathan)  View Profile |  View other solutions by this author

Question / Problem


What is JFC and how it's used in java?

Solution

The Java Foundation Classes (JFC) are a graphical framework for building portable Java based Graphical User Interface (GUIs). JFC consists of the abstract window toolkit(AWT), Swing and Java 2D. Together, they provide a consistent user interface for Java programs, regardless whether the underlying user interface system is Windows, Mac OS X or Linux

Applies to

Core Java

Rank It

Login to rank it

Report


Advertisement