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

What is the immediate superclass of the Dialog class?



Posted By: Avi Date: 9 November 2010 06:33:06 AM
 Answer:

Window


Posted By: avibtech


Date: 9 November 2010 06:33:06 AM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image fPZAS1
Related Questions
AWT/Swing : What method is used to specify a container's layout?

What method is used to specify a container's layout?

The setLayout() method.
Category: AWT/Swing Date: 11/3/2010 10:04:06 AM
AWT/Swing : What is the difference between the Font and FontMetrics classes?

What is the difference between the Font and FontMetrics classes?

The FontMetrics class is used to define implementation of a Font object, where the FontMetrics class....
Category: AWT/Swing Date: 11/3/2010 7:10:05 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 use the FlowLayout as their default layout
Category: AWT/Swing Date: 11/3/2010 7:09:06 AM
AWT/Swing : What is the difference between choice and list?

What is the difference between choice and list?

A Choice is displayed in a compact form that requires you to pull it down to see the list of availab....
Category: AWT/Swing Date: 11/3/2010 6:37:05 AM
AWT/Swing : What advantage do Java's layout managers provide over traditional windowing systems?

What advantage do Java's layout managers provide over traditional windowing systems?

Java uses layout managers to lay out components in a consistent manner across all windowing platform....
Category: AWT/Swing Date: 11/3/2010 5:20:07 AM