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 stack example?
What is final access modifier in java?
What is the difference between jfc & wfc?
hi am an engineering student and my next plan is for ms in either in us or australia i got my passport but i dont know anything bout visa can u give brief idea 1)How to get prepared for visa and 2)How to apply for top universities and 3)How to pay the fee and so on These all are basic questions plz give me a clear idea
where singleton classes are used in j2ee web application.can we use it for connection pooling.
What is equlas() and hashcode() contract in java? Where does it used?
What is static in java?
Which programming language is most secure?
What is nullpointerexception in java?
how to execute main()
What's the difference between an abstract class and interface in java?
What is the purpose of object oriented programming?