What is JFC and how it's used in java?
|
|
|
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 |
|