Answer Posted / 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 View All Answers
What is the purpose of action interface in swing?
Which is better swing or awt?
What is an on stage swing?
Is java swing a framework?
Is swing an api?
What is swing used for?
What is the difference between a scrollbar and a jscrollpane ?
What are the advantage of swing over awt?
Why is model-view-controller architecture used in swing?
What is java panel swing?
How to change button color in java swing?
Why swings are used in java?
What is an event in Swing?
What is jlabel java swing?
How to render an html page using only swing.