Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 菜鸟提问:我的这个程序怎么通不过:?
heidi





发贴: 4
积分: 0
于 2005-05-04 14:40 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
我是个新手,没什么编程经验,今天照着书上的例子用记事本写了程序如下,
用“javac lot.java" 编译通不过。
提示好像是没有找到我写的那个接口和方法
请帮我看看有什么语法错误吗?
怎么才能让他通过呢?

内容如下:
import java.applet.*;
import java.awt.*;
import java.awt.event.*;

public class lot extends Applet implements Actionlistener
{
Label result;
TextField in1;
Button btn;
TextArea area;

int i,j,k,l,m,total;
int num [] [];

public void init()
{
result=new Label("请先输入机选注数");
in1=TextField(5);
btn=Button ("投注");

add(in1);
add(btn);
add(result);
add(area);
btn.addActionListener(this);
}

public void actionperformed(ActionEvnent e)
{
total=Integer.parseInt(in1.getText());
num=new int[total][7];

for(i=0;i<total;i++)
{
m=i+1;
area.append("第"+m+"注: "+"\t");
for(j=0;j<7;j++)
{
num[i][j]=(int)(Math.random()*36)+1;
for(k=0;k<j;k++)
{
if(num[i][j]==num[i][k])
num[i][j]=(int)(Math.random()*36)+1;
}
area.append(num[i][j]+"\t");
}
area.append("\n");
}
}
}




关于女孩子从事软件开发的问题

话题树型展开
人气 标题 作者 字数 发贴时间
4885 菜鸟提问:我的这个程序怎么通不过:? heidi 935 2005-05-04 14:40
4655 Re:菜鸟提问:我的这个程序怎么通不过:? mesocool 22 2005-05-06 00:42
4514 Re:菜鸟提问:我的这个程序怎么通不过:? Yipcong 73 2005-05-07 00:14
4198 Re:菜鸟提问:我的这个程序怎么通不过:? 一枝梅 14 2005-05-13 11:04
4142 Re:菜鸟提问:我的这个程序怎么通不过:? eatingfood 36 2005-05-14 00:49
4117 Re:菜鸟提问:我的这个程序怎么通不过:? why 1019 2005-05-14 09:13

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923