JAVA线程 public void run(){ public void paint (Graphics g){ //这样
JAVA线程publicvoidrun(){publicvoidpaint(Graphicsg){//这样写肯定不行我是要问怎么才能在run方法里写绘图的这个方法?run...
JAVA线程
public void run(){
public void paint (Graphics g){
//这样写肯定不行 我是要问怎么才能 在run方法里写绘图的这个方法?run 方法不能写参数 怎么做才能向run方 法里面添加绘图的这个方法
}
} 展开
public void run(){
public void paint (Graphics g){
//这样写肯定不行 我是要问怎么才能 在run方法里写绘图的这个方法?run 方法不能写参数 怎么做才能向run方 法里面添加绘图的这个方法
}
} 展开
展开全部
Boy这个类继承了Applet这个类,Applet类是java小程序需要从浏览器端访问.你必须先把上面的类编译成class文件,然后新建一个html文件然后用<applet></applet>标签对调用编译好的Boy.class文件
<html>
<title>HelloWorld! Applet</title>
<applet code="Boy.class" width=200 height=100>
</applet >
</html>
然后从浏览器访问html文件就可以了
<html>
<title>HelloWorld! Applet</title>
<applet code="Boy.class" width=200 height=100>
</applet >
</html>
然后从浏览器访问html文件就可以了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询