CIS 35A: Introduction to Java Programming

Home | Green Sheet | Lectures | Assignments | FAQ | Grades

Swing

Swing
Introduction
User interface

GUI terms

  • he window that contains the GUI is called a frame.
  • The frame contains a panel that contains the controls that are displayed by the application.
  • The panel in the Future Value Calculator interface contains ten controls: four labels, four text fields, and two buttons.
  • Some text fields are not editable. They're used to display output, not to accept user input.
Previous | User interface | Inheritance hierarchy for Swing components | Component class | Next