A、Button
B、Dialog
C、Label
D、MenuBar
第1题:
下列说法中错误的一项是()。
A.在实际编程中,一般使用的是Component类的子类
B.在实际编程中,一般使用的是Container类的子类
C.Container类是Component类的子类
D.容器中可以放置构件,但是不能够放置容器
第2题:
组件类Component中显示或隐藏组件的方法是()。
A.setSize()
B.setLocation()
C.setVisible()
D.setEnabled()
第3题:
【判断题】标签(JLabel)和按钮(JButton)是组件类(Component)的子类
A.Y.是
B.N.否
第4题:
2、在()文件中定义根组件的模板样式类。
A.app.component.html
B.app.component.scss
C.app.component.ts
D.app.component.spec.ts
第5题:
Container是下列哪一个类的子类()? A.Graphics B.Window C.Applet D.Component
A.Graphics
B.Window
C.Applet
D.Component