题目内容

下面的代码将会完成什么功能?JTextFieldtf=newJTextField(30);

A. 这条语句是非法的,没有这样的构造器;
B. 创建一个可以放三十列文字的TextField,但内容为空;
C. 创建一个可以放三十行文字的TextField,但内容为空;
D. 创建一个JTextField,内容为30。

查看答案
更多问题

声明并创建一个按钮对象b,应该使用的语句是()

A. JButtonb=newJButton();
B. jbuttonb=newjbutton();
C. JButtonb=newb();
D. b.setLabel(“确定”);

以下Java事件选项中表示动作事件的是 ( )。

ActionEvent
B. WindowEvent
C. MouseEvent
D. KeyEvent

以下选项中表示窗体事件的是 ( )。

ActionListener
B. WindowEvent
C. ActionEvent
D. KeyListener

添加到JMenu中以创建菜单项的GUI组件为( )

A. JSubmenu
B. JMenuItem
C. JMenu
D. JMenuBar

答案查题题库