正在加载图片...
public void init() ×=0 y=0; /设置背景色为黑色 setBackground(Color.black); addMouseListener(this); public void paint(Graphics g) /女* *使该程序可以作为应用程序运行。 * public static void main(String args[]){ Fireworks applet new Fireworks(); JFrame frame new JFrame("TextAreaNew"); frame.addwindowListener(new WindowAdapter(){ public void windowclosing(WindowEvent e){ System.exit(0); }): frame.getContentPane().add( applet,BorderLayout.CENTER); frame.setsize(800,400); applet.init () applet.start();public void init() { x = 0; y = 0; //设置背景色为黑色 setBackground(Color.black); addMouseListener(this); } public void paint(Graphics g) { } /** *使该程序可以作为应用程序运行。 */ public static void main(String args[]) { Fireworks applet = new Fireworks(); JFrame frame = new JFrame("TextAreaNew"); frame.addWindowListener(new WindowAdapter() { public void windowClosing(WindowEvent e){ System.exit(0); } }); frame.getContentPane().add( applet, BorderLayout.CENTER); frame.setSize(800,400); applet.init(); applet.start();
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有