Component类中用于刷新组件的方法是______。A) getFont()B) getName()C) updateD) paintA.B.C.D.
Component类中用于刷新组件的方法是______。
A) getFont()
B) getName()
C) update
D) paint
A.
B.
C.
D.
相关考题:
下列关于Component的方法的说法中,错误的一项是______。A.getSize()方法用于获得构件的大小B.getName()方法用于获得构件的名字C.update()方法用于重新绘制构件D.setVisible(boolean b)用于设置构件是否可见
Component类中用于刷新组件的方法是( )。 A.getFontB.getNameC.updateSXB Component类中用于刷新组件的方法是( )。A.getFontB.getNameC.updateD.paint
【单选题】下列Component类的方法中,用于组件可见性的是()。A.updata()B.paint(Graphics g)C.setVisible(Boolean b)D.repaint()
2、在()文件中定义根组件的模板样式类。A.app.component.htmlB.app.component.scssC.app.component.tsD.app.component.spec.ts
8、组件类Component中显示或隐藏组件的方法是()。A.setSize()B.setLocation()C.setVisible()D.setEnabled()