Introduction to OOP
Chapter 22: The AWT and Swing :
next
previous
audio
real
text
Chapter Summary
The AWT illustrates the application of the framework concept at many different levels. In this chapter we have examined
The window class, inheriting from
Frame
The panel class, inheriting from
JPanel
The layout manager, the user selecting one of several alternatives
The event model, using the concept of listeners
The standard components
Intro OOP,
Chapter 22
, Slide 11