首页 相关文章 用Java编写的记事本程序(2)

用Java编写的记事本程序(2)

public void frame_windowclose_windowClosing(WindowListener e){
  this.close();
  }
  /////////////////////////////////////////////////////////
  public void text_mouseClicked(MouseEvent e){
  if(e.getModifiers()==InputEvent.BUTTON3_MASK){
  pop.show((Component)e.getSource(),e.getX(),e.getY());
  }
  }
  public void text_ancestorAdded(AncestorEvent e){
  this.dirty=false;
  this.newtext();
  }
  public void text_caretUpdate(CaretEvent e)
  {
  this.dirty=true;
  //this.statubar.setT...[ 查看全文 ]

2016-02-19 标签:

用Java编写的记事本程序(2)的相关文章

手机页面
收藏网站 回到头部