填空题

Applet工作在图形方式下,向其中绘图、显示动画等都需要使用方法 【13】 。

【参考答案】

paint()
<上一题 目录 下一题>
热门 试题

填空题
Java图形用户界面编程中的最基本组成部分是 【12】 。
填空题
阅读下面代码: import java.awt.*; public class Exam11_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对鼠标单击事件进行处理,当鼠...
  • 变量名、 【14】 首单词小写,其余单词...
  • 有如下代码段,请填写完整所缺的部分。 im...