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

您没有登录

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

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 程序有问题,请各位帮忙解答
jasonwing27





发贴: 66
积分: 0
于 2004-10-14 12:53 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
运行后我输入菜名后回车,输出的菜名和号码都是菜名
在输入号码后回车,则输出的都是号码
不知道程序错在哪了,请各位指点

import java.applet.Applet;
import java.awt.*;
public class GainedApp2 extends Applet
{
Label words ;
TextField inputwords ;
Label outputwords ;
Label OID ;
TextField inputnumber ;
Label outputnumber ;

public void init()
{
setLayout(new GridLayout(8, 4));

words = new Label ( "输入几个字符您要的菜名 :") ;
inputwords = new TextField(7) ;
outputwords = new Label (" ") ;

OID = new Label ( "输入您的取货号码 : ") ;
inputnumber = new TextField(3) ;
outputnumber = new Label (" ") ;

add (words) ;
add (inputwords) ;
add (outputwords) ;

add (OID) ;
add (inputnumber ) ;
add (outputnumber) ;
}

public boolean action (Event e, Object o)
{
outputwords.setText ("你需要的菜是 :"+o.toString()) ;
outputnumber.setText ("你的取货号是 :"+o.toString()) ;
return true ;
}
}




话题树型展开
人气 标题 作者 字数 发贴时间
7670 程序有问题,请各位帮忙解答 jasonwing27 926 2004-10-14 12:53
6311 Re:程序有问题,请各位帮忙解答 HW升 60 2004-10-14 13:13
6491 Re:程序有问题,请各位帮忙解答 jasonwing27 49 2004-10-14 14:37
6317 Re:程序有问题,请各位帮忙解答 kavinwang 29 2004-10-14 16:37
6331 Re:程序有问题,请各位帮忙解答 HW升 976 2004-10-14 21:17
6436 Re:程序有问题,请各位帮忙解答 jasonwing27 39 2004-10-14 22:40
6191 Re:程序有问题,请各位帮忙解答 HW升 242 2004-10-15 12:01
6567 Re:程序有问题,请各位帮忙解答 jasonwing27 4 2004-10-15 12:04

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