网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

Component类中用于刷新组件的方法是( )。

A.getFont( )

B.getName( )

C.update( )

D.paint( )


参考答案

更多 “ Component类中用于刷新组件的方法是( )。A.getFont( )B.getName( )C.update( )D.paint( ) ” 相关考题
考题 Component类中用于刷新组件的方法是______。A) getFont()B) getName()C) updateD) paintA.B.C.D.

考题 Component类中用于刷新组件的方法是( )。A.getFontB.getNameC.updateD.paint

考题 下列关于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()

考题 (GUI组件)Component类中用于刷新组件的方法是_______。A.getFont()B.getName()C.update()D.paint()

考题 当需要组件刷新所显示的内容时,程序应当调用组件的哪个方法?()A.repaint()B.paint()C.update()D.validate()

考题 组件类Component中显示或隐藏组件的方法是()。A.setSize()B.setLocation()C.setVisible()D.setEnabled()

考题 8、组件类Component中显示或隐藏组件的方法是()。A.setSize()B.setLocation()C.setVisible()D.setEnabled()