/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.5334 by fitzsim, Mon Oct 24 20:10:20 2005 UTC revision 1.5335 by trebligd, Mon Oct 24 20:30:52 2005 UTC
# Line 1  Line 1 
1    2005-10-24  David Gilbert  <david.gilbert@object-refinery.com>
2    
3            * javax/swing/plaf/basic/BasicScrollBarUI.java
4            (ModelListener.stateChanged): changed call to getThumbBounds() to
5            updateThumbRect(),
6            (PropertyChangeHandler.propertyChange): likewise, plus added handling
7            for 'enabled' property,
8            (getMaximumSize): return maximum dimension,
9            (getThumbBounds): just return field value,
10            (getTrackBounds): just return field value,
11            (installUI): switch order of calls to installDefaults() and
12            installComponents(),
13            (layoutHScrollBar): reimplemented using new updateThumbRect() method,
14            (layoutVScrollBar): likewise,
15            (updateThumbRect): new method,
16            * javax/swing/plaf/metal/MetalLookAndFeel.java
17            (initComponentDefaults): added 'ScrollBar.width' default,
18            * javax/swing/plaf/metal/MetalScrollBarUI.java
19            (MIN_THUMB_SIZE): changed value,
20            (MIN_THUMB_SIZE_FREE_STANDING): new field,
21            (isFreeStanding): set default to true,
22            (scrollBarShadowColor): new field,
23            (installDefaults): initialise scrollBarShadowColor,
24            (createDecreaseButton): retain reference in decreaseButton field,
25            (createIncreaseButton): retain reference in increaseButton field,
26            (paintTrackHorizontal): use scrollBarShadowColor, add special handling
27            for free standing scroll bar in disabled state,
28            (paintTrackVertical): likewise,
29            (paintThumb): separate horizontal and vertical cases,
30            (paintThumbHorizontal): new method,
31            (paintThumbVertical): new method,
32            (getMinimumThumbSize): return different size depending on whether or
33            not the scroll bar is free standing,
34            * javax/swing/plaf/metal/MetalScrollButton.java
35            (paintNorthBorderFreeStanding): modified drawing.
36    
37  2005-10-24  Thomas Fitzsimmons  <fitzsim@redhat.com>  2005-10-24  Thomas Fitzsimmons  <fitzsim@redhat.com>
38    
39          * javax/imageio/metadata/IIOMetadataFormatImpl.java: Complete.          * javax/imageio/metadata/IIOMetadataFormatImpl.java: Complete.
# Line 21  Line 57 
57          (AttributedString(AttributedCharacterIterator, int, int,          (AttributedString(AttributedCharacterIterator, int, int,
58          AttributedCharacterIterator.Attribute[])): renamed arguments, and          AttributedCharacterIterator.Attribute[])): renamed arguments, and
59          updated IllegalArgumentException check,          updated IllegalArgumentException check,
60          (addAttribute(AttrubytedCharacterIterator.Attribute, Object, int,          (addAttribute(AttributedCharacterIterator.Attribute, Object, int,
61          int)): likewise,          int)): likewise,
62          (addAttributes(Map, int, int)): changed IllegalArgumentException to          (addAttributes(Map, int, int)): changed IllegalArgumentException to
63          NullPointerException, and modified check for illegal range,          NullPointerException, and modified check for illegal range,

Legend:
Removed from v.1.5334  
changed lines
  Added in v.1.5335

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