JAVA的用APPLET的init() start() stop() destory() paint() 这个要怎么运行呀不是没有main()么。在eclips里面运行不了。谁解释一下
n
JAVA的用APPLET的init() start() stop() destory() paint() 这个要怎么运行呀不是没有main()么。在eclips里面运行不了。谁解释一下
n
运行肯定要有main方法的,可能是在main 方法里面调APPLET 中的方法
小程序只能以Applet的方式执行,因为他没有main函数。
-----------------------
选中你要执行的applet程序》》右键单击》》Run As》》java Applet。
不要选择java Appplication ,这个是执行普通程序的。
------------------------
或者利用快捷键:
首先:Alt +shift +x
然后:A(a为执行小程序,j是普通应用程序)
你试下就知道了,很简单