下列选项中不属于容器的一项是
A: Window
B: Panel
C: FlowLayout
D: ScrollPane
A: Window
B: Panel
C: FlowLayout
D: ScrollPane
举一反三
- 下列选项中不属于容器的一项是()。 A: WindowB.PanelC.FlowLayoutD.ScrollPane B: Window C: Panel D: FlowLayout E: ScrollPane
- 下列Java组件中,不属于容器的是()。 A: Label B: Panel C: Frame D: Window
- 在下列Java组件中,不属于容器的是______。 A: Panel B: Window C: Frame D: Label
- 下列选项中,关于Window类的说法错误的是( ) A: Window类是个容器,只能存在于其他容器中 B: Dialog类是Window类的子类 C: Window类是不依赖其它容器而独立存在的容器 D: Panel是Window类的子类
- Panel容器默认的布局管理方式是FlowLayout。