AWT/Swing Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 459 Page Views: 

What are the features of JFC?



Posted By: Avi Date: 8 November 2010 06:23:05 PM
 Answer:

Pluggable Look-and-Feel. 2- Accessibility API. 3- Java 2D API. 4- Drag and Drop Support.


Posted By: avibtech


Date: 8 November 2010 06:23:05 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image 2PKPlQ
Related Questions
AWT/Swing : What is double buffering ?

What is double buffering ?

A Double buffering is the process of use of two buffers rather than one to temporarily hold data bei....
Category: AWT/Swing Date: 11/6/2010 5:30:04 AM
AWT/Swing : Which containers use a FlowLayout as their default layout?

Which containers use a FlowLayout as their default layout?

The Panel and Applet classes
Category: AWT/Swing Date: 11/6/2010 2:35:04 AM
AWT/Swing : What is Canvas ?

What is Canvas ?

Canvas is a Component subclass which is used for drawing and painting.
Category: AWT/Swing Date: 11/6/2010 12:46:05 AM
AWT/Swing : What class is the top of the AWT event hierarchy?

What class is the top of the AWT event hierarchy?

The java.awt.AWTEvent class is the highest-level class in the AWT event-class hierarchy.
Category: AWT/Swing Date: 11/6/2010 12:45:06 AM
AWT/Swing :  What are heavyweight components ?

What are heavyweight components ?

A heavyweight component is one that is associated with its own native screen resource.
Category: AWT/Swing Date: 11/5/2010 8:13:03 PM