/[classpath]/classpath/javax/swing/text/JTextComponent.java
ViewVC logotype

Diff of /classpath/javax/swing/text/JTextComponent.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.37 by rabbit78, Tue Sep 13 23:44:50 2005 UTC revision 1.38 by rabbit78, Fri Sep 30 19:54:18 2005 UTC
# Line 1414  public abstract class JTextComponent ext Line 1414  public abstract class JTextComponent ext
1414    
1415    public synchronized void replaceSelection(String content)    public synchronized void replaceSelection(String content)
1416    {    {
1417        System.err.println("replaceSelection");
1418      int dot = caret.getDot();      int dot = caret.getDot();
1419      int mark = caret.getMark();      int mark = caret.getMark();
1420    

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26