What are controls and what are different types of controls in AWT?- Controls are components that allow a user to interact with your application. - A component is a graphical object. - A few examples of components are: 1. Button 2. Canvas 3. Checkbox 4. Choice 5. Container 6. Label 7. List 8. Scrollbar 9. TextComponent
|