Introduction to OOP Chapter 22: The AWT and Swing : next previous audio real text

Classes Frame and JFrame

The place to begin is the class Frame (in AWT) or JFrame (in Swing). These give the overall window for the application, and hold features such as the title bar and menu bar. This is a straightforward implementation of the framework ideas discussed in the previous chapter.
Intro OOP, Chapter 22, Slide 02

The Swing library was introduced in Java 1.3, and has slowly replaced the older AWT library.