Different types of controls in AWT

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
What is JFC? What are the features of JFC?
What is JFC? What are the features of JFC? - ....
Difference between Swing and JSF
Difference between Swing and JSF - JSF applications cannot operate when a network is not present....
Difference between AWT and SWT
Difference between AWT and SWT - Abstract Windows Toolkit (AWT) is the original Java GUI tool kit....
Post your comment