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

What is the difference between a MenuItem and a CheckboxMenuItem?



Posted By: Avi Date: 7 November 2010 12:12:06 PM
 Answer:

The CheckboxMenuItem class extends the MenuItem class to support a menu item that may be checked or unchecked.


Posted By: avibtech


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

Loading
Enter the text as shown in the image HCGQ7Y
Related Questions
AWT/Swing : What is the difference between a Window and a Frame?

What is the difference between a Window and a Frame?

The Frame class extends Window to define a main application window that can have a menu bar. A windo....
Category: AWT/Swing Date: 11/3/2010 10:37:06 AM
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