The Component
and Container
classes reside in the
java.awt
package; the java.awt
package is a key part of
Java's application
programmer's interface (API).
The principal swing classesJFrame
, JApplet
, JComponent
, and
JPanel
reside in the javax.swing
package. The
javax.swing
package is another key part of Java's API.