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

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

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

revision 1.18 by rabbit78, Sun May 22 15:55:52 2005 UTC revision 1.19 by rabbit78, Sun May 22 19:49:20 2005 UTC
# Line 476  public abstract class BasicTextUI extend Line 476  public abstract class BasicTextUI extend
476     */     */
477    public Dimension getMaximumSize(JComponent c)    public Dimension getMaximumSize(JComponent c)
478    {    {
479      // that's what Suns implementation does      // Sun's implementation returns Integer.MAX_VALUE here, so do we.
480      return new Dimension(Integer.MAX_VALUE, Integer.MAX_VALUE);      return new Dimension(Integer.MAX_VALUE, Integer.MAX_VALUE);
481    }    }
482    

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

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