/[classpath]/classpath/javax/swing/BoxLayout.java
ViewVC logotype

Diff of /classpath/javax/swing/BoxLayout.java

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

revision 1.25 by rabbit78, Wed Nov 2 11:47:57 2005 UTC revision 1.26 by abalkiss, Tue Dec 6 19:50:23 2005 UTC
# Line 334  public class BoxLayout implements Layout Line 334  public class BoxLayout implements Layout
334            throw new AWTError("BoxLayout can't be shared");            throw new AWTError("BoxLayout can't be shared");
335    
336          checkTotalRequirements();          checkTotalRequirements();
337          Insets i = container.getInsets();          return new Dimension(xTotal.maximum,
338          return new Dimension(xTotal.maximum + i.left + i.right,                               yTotal.maximum);
                              yTotal.maximum + i.top + i.bottom);  
339        }        }
340    }    }
341    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

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