填空题
变量名、
【14】
首单词小写,其余单词只有首字母大写。
【参考答案】
方法名
点击查看答案&解析
<上一题
目录
下一题>
热门
试题
填空题
Applet工作在图形方式下,向其中绘图、显示动画等都需要使用方法 【13】 。
点击查看答案&解析
填空题
阅读下面代码: import java.awt.*; public class Examll_2 public static void main(String args[]) ______; f.add( North ,new Button( North )); f.add( South ,new Button( South )); f.add( East ,new Button ( East )) ;; f.add( West ,new Button( West )); f.add( Center ,new Button ( Center )); f.pack (); f.setVisible(true); 请在程序中的画线处添上适当的语句 【11】 ,使程序能正确执行。
点击查看答案&解析
相关试题
下列JApplet对鼠标单击事件进行处理,当鼠...
有如下代码段,请填写完整所缺的部分。 im...
Java图形用户界面编程中的最基本组成部分是...