/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.5452 by langel, Thu Nov 3 19:39:04 2005 UTC revision 1.5453 by abalkiss, Thu Nov 3 19:40:35 2005 UTC
# Line 1  Line 1 
1    2005-11-03  Anthony Balkissoon  <abalkiss@redhat.com>
2    
3            * javax/swing/text/JTextComponent.java:
4            (select): The end index cannot be smaller than the start index, changed
5            Math.max(end, 0) to Math.max(end, start).
6            * javax/swing/text/WrappedPlainView.java:
7            (selectionStart): New package private field.
8            (selectionEnd): Likewise.
9            (drawLine): Implemented to call drawUnselectedText and drawSelectedText
10            on the appropriate parts of the line.  Before it just drew the whole
11            line with drawUnselectedText.
12            (paint): Store the start and end of the selection.
13            (WrappedLine.paint): Set the selected color to Color.WHITE.
14    
15  2005-11-03  Lillian Angel  <langel@redhat.com>  2005-11-03  Lillian Angel  <langel@redhat.com>
16    
17          * javax/swing/table/DefaultTableCellRenderer.java          * javax/swing/table/DefaultTableCellRenderer.java

Legend:
Removed from v.1.5452  
changed lines
  Added in v.1.5453

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