为了统一管理组件和容器,Java为所有组件类定义的超类()
Container
JContainer
Component
JComponent
为了统一管理组件和容器,为所有组件类定义超类,把组件的共有操作都定义在Component类中。