ended3월 16일· 1 sources

JAVA AWT AND HOW IT'S USED

Java AWT 개요와 활용법

Why it matters

Java AWT (Abstract Window Toolkit) is a GUI library in the java.awt package for building desktop applications with components like buttons, labels, text fields, and menus. It features platform independence, layout managers (BorderLayout, GridLayout, FlowLayout, CardLayout), containers (Frame, Panel, Dialog), and event handling via listeners such as ActionListener and MouseListener.

1
Sources
+0
24h
Growth
188d
Active
Java AWTGUILayout ManagerEvent HandlingSwing

Sources

Related Issues