Java User Interface Components I

Week 9, Class 1

The components used to build the user interface are provided through a Java package, called the AWT (Abstract Window Toolkit). These include menu items, scrollbars, textfields, buttons, etc.

In this first discussion, the focus will be on those components needed to build a basic user interface. In a second tutorial, the discussion will cover several additional components, but concentrate on the different LayoutManagers available for arranging components on the screen.


Topics

Begin discussion of basic Java User Interface Components.

References

Useful references include:

Assignment for Next Class