/[classpath]/classpath/javax/swing/plaf/basic/BasicSplitPaneUI.java
ViewVC logotype

Diff of /classpath/javax/swing/plaf/basic/BasicSplitPaneUI.java

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

revision 1.10 by rabbit78, Wed Jun 8 13:39:45 2005 UTC revision 1.11 by rabbit78, Fri Jun 10 12:59:00 2005 UTC
# Line 348  public class BasicSplitPaneUI extends Sp Line 348  public class BasicSplitPaneUI extends Sp
348                      height = Math.max(height, dims.height);                      height = Math.max(height, dims.height);
349                  }                  }
350              }              }
351            return new Dimension(500, 500); //width, height);                return new Dimension(width, height);  
352          }          }
353        return null;        return null;
354      }      }
# Line 613  public class BasicSplitPaneUI extends Sp Line 613  public class BasicSplitPaneUI extends Sp
613                    width = Math.max(width, dims.width);                    width = Math.max(width, dims.width);
614                  }                  }
615              }              }
616            return new Dimension(500, 500); //width, height);            return new Dimension(width, height);
617          }          }
618        return null;        return null;
619      }      }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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