Java's original
GraphicalUserInterface toolkit (AWT = Abstract Windowing Toolkit). These days replaced by
JavaSwing.
Not actually replaced but overlaid (using the
DecoratorPattern ie wrapped but not hidden) by Swing, which depends on the enhanced, Java 2 AWT for all its heavy lifting.
CategoryJava