WebGuruji


LIST OF AWT PROGRAMS

1. Create a simple AWT application that displays a button with FlowLayout manager.



2. Create a simple AWT application that displays a button with Custom Layout.



3. Create a simple AWT application that displays multiple buttons with BorderLayout manager (North, East, West, South, Center).



4. Create a simple AWT application that displays a TextField with FlowLayout manager.



5. Create a simple AWT application that displays a TextField with Custom Layout.



6. Create a simple AWT application that displays a Checkbox with FlowLayout manager.



7. Create a simple AWT application that displays a Checkbox with Custom Layout.



8. Create a simple AWT application that displays a Label with FlowLayout manager.



9. Create a simple AWT application that displays a Label with Custom Layout.



10. Create a simple AWT application that displays a Choice with FlowLayout manager.



11. Create a simple AWT application that displays a Choice with Custom Layout.



12. Create a simple AWT application that displays a CheckboxGroup with FlowLayout manager.



13. Create a simple AWT application that displays a CheckboxGroup with Custom Layout.



14. Create a simple AWT application that displays a List with FlowLayout manager.



15. Create a simple AWT application that displays a List with Custom Layout.



16. Create a simple AWT application that displays a TextArea with FlowLayout manager.



17. Create a simple AWT application that displays a TextArea with Custom Layout.



18. Create a simple AWT application design a calculator that displays buttons, TextField with GridLayout manager.