/[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.14 by mark, Sat Jun 26 16:06:48 2004 UTC revision 1.15 by mark, Thu Jul 22 19:45:38 2004 UTC
# Line 340  public class GridBagLayout Line 340  public class GridBagLayout
340        if (components.length == 0)        if (components.length == 0)
341          return;          return;
342    
343        GridBagLayoutInfo info = getLayoutInfo (parent, MINSIZE);        GridBagLayoutInfo info = getLayoutInfo (parent, PREFERREDSIZE);
344        if (info.cols == 0 && info.rows == 0)        if (info.cols == 0 && info.rows == 0)
345          return;          return;
346        layoutInfo = info;        layoutInfo = info;

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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