What are different types of controls in AWT?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / udai
button, checkbox, choice, label, list, scrollbox, text area, text field
| Is This Answer Correct ? | 47 Yes | 5 No |
Answer / ashwani
button, checkbox,label,list,scrollBar, textArea,textField
| Is This Answer Correct ? | 49 Yes | 10 No |
Answer / sonia sharma
Label,Radio Button,Button,Text field,Check boxes,Choice Controls,Text areas,scroll bars
| Is This Answer Correct ? | 32 Yes | 4 No |
Answer / ashu
an awt conrols is a component that allows the end users to
interact with applications created in java.All AWT controls
in java are subclass of component class. the component class
provides the add() method to add awt components to
containers such as applet windows. The components are:
LAbel,Button,
heckboxes,
radio buttons
choice,
textr field text areas
scroll bar
| Is This Answer Correct ? | 31 Yes | 4 No |
Answer / sheetal
.lables
.push button
.check boxes
.choice lists
.lists
.scroll bars
.text editing
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / madhan kumar.s
lable
button
textarea
textfield
menubar
menufield
scrollbar
frame
checkbox
radiobutton
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / p v reddy
we are useing awt .consumer flexble to develop in java
Lable
Button
Textfield
Textarea
Checkbox
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / rajbeer kaur
Button
Canvas
Checkbox
Checkboxgroup
CheckboxMenuItem
Choice
Label
List
MenuBar
Menu
MenuItem
ScrollBar
TextArea
TextComponent
TextField
| Is This Answer Correct ? | 6 Yes | 1 No |
difference between applicationserver and webserver
Can I use multiple html form elements with the same name?
What restrictions are placed on the values of each case of a switch statement?
What do you need to set-up a cluster with jboss?
What are skeletons and stubs and how they are generated?
What is there in browser that it supports web based applications of java or any other PL?
What is deadlock?
what is default length of textfield ?
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is a tasks priority and how is it used in scheduling?
How is serialization used generally ?