/[classpath]/classpath/java/awt/TextComponent.java
ViewVC logotype

Diff of /classpath/java/awt/TextComponent.java

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

revision 1.15.2.4 by gnu_andrew, Tue Aug 2 20:12:15 2005 UTC revision 1.15.2.5 by gnu_andrew, Sat Sep 10 15:31:45 2005 UTC
# Line 475  select(int selectionStart, int selection Line 475  select(int selectionStart, int selection
475    if (selectionEnd > text.length())    if (selectionEnd > text.length())
476      selectionEnd = text.length();      selectionEnd = text.length();
477    
478    if (selectionStart > getSelectionEnd())    if (selectionStart > selectionEnd)
479      selectionStart = selectionEnd;      selectionStart = selectionEnd;
480    
481    this.selectionStart = selectionStart;    this.selectionStart = selectionStart;

Legend:
Removed from v.1.15.2.4  
changed lines
  Added in v.1.15.2.5

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