Difference between a MenuItem and a CheckboxMenuItem?
Answer / satheesh kannan
MenuItem is associated with a single event where as
CheckBoxMenuItem is associated with two events(it is having
a toggle state-enable/disable)
File->open is best example of menu item , it opens a "open
dialog" box when we click this is taken as a single event,
View-->status bar is a checkboxmenuitems, which has two
states, If it "on", the status bar gets displayed in IE,if
we click it again its gets "Off", the status bar is hidden.
(similar to a checkbox)
| Is This Answer Correct ? | 4 Yes | 0 No |
What is busy spin, and why should you use it?
what is the difference between object and class
Explain public static void main(string args[]).
What is operator overloading. Is it is supported in java?
What is array list in java?
Life Cycle of Thread
What are command line arguments?
what questions are been asked ??? for interview in apti
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
How many threads can java run?
Can we clone singleton class in java?
How to invoke external process in java.