填空题

下面是用户程序对Applet类中方法action()的重新定义,功能为从单行文本编辑区input中输入数据赋给k。Text Field类的对象input和int型变量k已在类体中正确说明。
Public ______ action(Evente,Object o)
if’(e.target==input)
k=Integer.parseInt( ______ .get Text()):
repaint();
return true;

答案: nicode input
题目列表

你可能感兴趣的试题

填空题

每个applet必须定义为 ______ 的子类;

答案: Applet
填空题

CRC技术的全称是 ______。

答案: Cyclic Redundancy Check(循环冗余校验)
填空题

Java类库提供的Applet类是所有 ______ 程序的根。

答案: Applet
微信扫码免费搜题