bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/28928] JTextField does not respect column argument for layout


From: cvs-commit at developer dot classpath dot org
Subject: [Bug swing/28928] JTextField does not respect column argument for layout
Date: 2 Sep 2006 11:29:48 -0000


------- Comment #2 from cvs-commit at developer dot classpath dot org  
2006-09-02 11:29 -------
Subject: Bug 28928

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Roman Kennke <rabbit78> 06/09/02 11:29:13

Modified files:
        javax/swing/text: FieldView.java 
        javax/swing/plaf/basic: BasicTextUI.java 
        .              : ChangeLog 

Log message:
        2006-09-02  Roman Kennke  <address@hidden>

                PR 28928
                * javax/swing/plaf/basic/BasicTextUI.java
                (RootView.getPreferredSpan): Default to 10 when there is no
                real view.
                (RootView.getMinimumSpan): Forward to view and default to 10
                when there is no real view.
                (RootView.getMaximumSpan): Return Integer.MAX_VALUE.
                (getMaximumSize): Check for overflow.
                * javax/swing/text/FieldView.java
                (getResizeWeight): Removed unneeded assignment.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/FieldView.java?cvsroot=classpath&r1=1.17&r2=1.18
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTextUI.java?cvsroot=classpath&r1=1.94&r2=1.95
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8492&r2=1.8493


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28928





reply via email to

[Prev in Thread] Current Thread [Next in Thread]