/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.3917 by audriusa, Mon Jun 27 13:00:41 2005 UTC revision 1.3918 by rabbit78, Mon Jun 27 14:41:09 2005 UTC
# Line 1  Line 1 
1    2005-06-27  Roman Kennke  <roman@kennke.org>
2    
3            * javax/swing/BoxLayout.java
4            (Direction): New inner interface. This abstracts the layout algorithm
5            from the layout direction.
6            (Horizontal): Implementation for the above interface for the
7            horizontal direction.
8            (Vertical): Implementation for the above interface for the
9            vertical direction.
10            (SizeReq): An inner helper class that holds size requirements for
11            Components that are laid out. This is similar but not equal to
12            the SizeRequirements class in javax.swing.
13            (layoutContainer): Removed the actual algorithm into a new method,
14            using the Direction interface.
15            (layoutAlgorithm): This is the new layout algorithm. This uses
16            the Direction interface, so that the algorithm is not duplicated
17            and can be expressed more readable.
18            (distributeSpace): A new helper method that distributes excess
19            space over a set of components. This is the actual 'worker' in
20            BoxLayout.
21    
22  2005-06-27  Audrius Meskauskas  <AudriusA@Bioinformatics.org>  2005-06-27  Audrius Meskauskas  <AudriusA@Bioinformatics.org>
23    
24          org/omg/DynamicAny/DynAnyPackage/InvalidValue.java,          org/omg/DynamicAny/DynAnyPackage/InvalidValue.java,

Legend:
Removed from v.1.3917  
changed lines
  Added in v.1.3918

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