⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{library}}{{toolkit}}'''AWT''' or '''Abstract Windowing Toolkit''' is a graphics and windowing library made by [[Sun Microsystems]] for [[Java]]. It provides easily reproducible constructs for things like buttons, text areas, and menus. It also can handle [[GUI]] events and user events (keyboard, mouse, drag-and-drop). Layout managers are also available to aid GUI construction. It has been effectively replaced with [[Swing]], which updated AWT's look and feel.