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

Diff of /classpath/java/awt/GridBagLayout.java

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

revision 1.19 by robilad, Sun Jul 10 17:24:51 2005 UTC revision 1.20 by langel, Thu Jul 28 19:37:53 2005 UTC
# Line 913  public class GridBagLayout Line 913  public class GridBagLayout
913            sizes[start] = Math.max(sizes[start], size);            sizes[start] = Math.max(sizes[start], size);
914            weights[start] = Math.max(weights[start], weight);            weights[start] = Math.max(weights[start], weight);
915          }          }
916        else        else if (span > 1)
917          {          {
918            int numOccupied = span;            int numOccupied = span;
919            int lastOccupied = -1;            int lastOccupied = -1;

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20

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