| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 712 人关注过本帖
标题:本人实在是不知道怎么回事,求助高手
取消只看楼主 加入收藏
luckbird
Rank: 1
等 级:新手上路
帖 子:30
专家分:0
注 册:2005-3-21
收藏
 问题点数:0 回复次数:2 
本人实在是不知道怎么回事,求助高手
import java.applet.*;import java.awt.*;import java.awt.event.*;
 public class rain05 extends Applet implements ActionListener
 { TextField text1,text2,text3;
   public void init()
    { text1=new TextField(10);
      text2=new TextField(10);
      text3=new TextField(30);
      add(text1);add(text2);add(text3);
      text1.addActionListener(this);
      text2.addActionListener(this);
      }
   public void actionPerformed(ActionEvent e)
   {  if(e.getSource()==text1)
     { String word=text1.getText();
       if(word.equals("boy"))
         { text3.setText("handsome");
            }
       else if(word.equals("girl"))
           {text.setText("beautiful");
            }
        else{
          text3.setText("have no this word");}
     }
     else if(e.getSource()==text2)
      { String word=text2.getText();
       if(word.equals("goodboy"))
       { text3.setText("myself");}
       else if(word.equals("badgirl"))
       { text3.setText("mygirl");}
       else {
        text3.setText("have no this word");}
        }
        }
        }

这是我照书抄的程序,可编译不通过

竟然有100 个错误,小弟真是心急啊
图片附件: 游客没有浏览图片的权限,请 登录注册
搜索更多相关主题的帖子: public import 
2005-05-24 09:30
luckbird
Rank: 1
等 级:新手上路
帖 子:30
专家分:0
注 册:2005-3-21
收藏
得分:0 
请问,该怎改正那?

2005-05-24 11:08
luckbird
Rank: 1
等 级:新手上路
帖 子:30
专家分:0
注 册:2005-3-21
收藏
得分:0 
o  总算搞定了

2005-05-25 10:50
快速回复:本人实在是不知道怎么回事,求助高手
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.032733 second(s), 11 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved