//替换下一个 private class TiHuanListener implements ActionListener{ public void actionPerformed(ActionEvent e) { // TODO Auto-generated method stub nexttemp=newendp; ///获取上次查找的终点做为未查找字符串的起点 String strall=jTextArea0.getText(); jTextArea0.select(nexttemp,strall.length()); /...