What are different types of controls in AWT?
Answer Posted / janet
Controls are components that allow a user to interact with
your application and the AWT supports the following types
of controls:
Labels,Push Buttons,Check Boxes,Choice
Lists,Lists,Scrollbars,Text Components. These controls are
subclasses of Component.
| Is This Answer Correct ? | 130 Yes | 9 No |
Post New Answer View All Answers
What event results from the clicking of a button?
Explain how will the struts know which action class to call when you submit a form?
Explain the different types of memory used by jvm?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
Why doesn’t the focus feature on the tag work in every circumstance?
How are the elements of a borderlayout organized?
Can I run seam with jdk 1.4 and earlier?
What are various types of class loaders used by jvm?
What are the different algorithms used for clustering?
Explain about RMI Architecture?
Difference between new operator and class.forname().newinstance()?
What modifiers may be used with an interface declaration?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
How can I scroll through list of pages like the search results in google?
What is prototype?