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

您没有登录

» Java开发网 » Java SE 综合讨论区 » 实战错误讨论  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:求助!!这个程序错在哪里!!!急急急 [Re:jeson168]
aaarong





发贴: 24
积分: 0
于 2007-05-18 15:38 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.awt.*;
import java.awt.event.*;
public class TwoListenInner{
  private Frame f;
  private TextField tf;
  public static void main(String[] args){
    TwoListenInner that=new TwoListenInner();
    that.go();
  }
  public void go(){
    f=new Frame("Two listeners example");
    f.add("North",new Label("Click and drag the mouse"));
    tf=new TextField(30);
    f.add("South",tf);
    f.addMouseMotionListener(new MouseMotionHandler());
    f.addMouseListener(new MouseEventHandler());
    f.setSize(300,300);
    f.setVisible(true);
  }
   public class MouseEventHandler extends MouseAdapter{
    public void mouseEntered(MouseEvent e){
      String s=new String("the mouse entered");
      tf.setTextMoon;
    }
    public void mouseExited(MouseEvent e){
      String x=new String("The mouse left the building");
      tf.setTextFight;
    }
  }
  public class MouseMotionHandler extends MouseMotionAdapter{
    public void mouseDragged(MouseEvent e){
      String o="Mouse dragging x="+e.getX()+"y="+e.getY();
      tf.setTextClock;
    }
  }
}




话题树型展开
人气 标题 作者 字数 发贴时间
11694 求助!!这个程序错在哪里!!!急急急 jeson168 1128 2007-05-18 14:15
9727 Re:求助!!这个程序错在哪里!!!急急急 aaarong 1028 2007-05-18 15:38
9614 Re:求助!!这个程序错在哪里!!!急急急 aaarong 30 2007-05-18 15:46
9599 Re:求助!!这个程序错在哪里!!!急急急 jeson168 65 2007-05-18 20:09
9523 Re:求助!!这个程序错在哪里!!!急急急 aaarong 37 2007-05-18 22:05
9607 Re:求助!!这个程序错在哪里!!!急急急 jeson168 21 2007-05-18 23:55
9624 Re:求助!!这个程序错在哪里!!!急急急 death2019 1692 2007-05-21 07:39
9564 Re:求助!!这个程序错在哪里!!!急急急 death2019 5 2007-05-21 07:41
11345 Re:求助!!这个程序错在哪里!!!急急急 fanli82 1061 2007-05-25 21: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