JAVA
SP
T
TOPICS
HOME
📋
GUI (AWT)
Welcome to the repository of Java 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 FlowLayout manager.
💡
10.Create a simple AWT application that displays a Choice with FlowLayout manager.