Java Swing AWT Question:
What are controls and what are different types of controls in AWT?

Answer:
Controls are components that allow a user to interact with your application.
A component is a graphical object. A few examples of components are:
Button
Canvas
Checkbox
Choice
Container
Label
List
Scrollbar
TextComponent
A component is a graphical object. A few examples of components are:
Button
Canvas
Checkbox
Choice
Container
Label
List
Scrollbar
TextComponent
Previous Question | Next Question |
What are heavyweight and lightweight components? | What is JFC and explain the features of JFC? |