CVSROOT:        /cvsroot/classpath
Module name:    classpath
Branch:         
Changes by:     Roman Kennke <[EMAIL PROTECTED]>        05/10/12 12:31:34

Modified files:
        .              : ChangeLog 
        javax/swing    : JViewport.java ViewportLayout.java 

Log message:
        2005-10-12  Roman Kennke  <[EMAIL PROTECTED]>
        
        * javax/swing/JViewport.java
        (ViewListener.componentResized): Only call revalidate instead of
        going through weird reverting code.
        (JViewport): First call updateUI, then set layout.
        (setViewPosition): Don't do anything if there is no real
        change.
        (setView): Don't remove the old component. This is handled by
        addImpl. Call revalidate().
        * javax/swing/ViewportLayout.java
        (layoutContainer): Preferably set view size to it's preferredSize
        instead of its minimumSize.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.5184&tr2=1.5185&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/JViewport.java.diff?tr1=1.28&tr2=1.29&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/javax/swing/ViewportLayout.java.diff?tr1=1.15&tr2=1.16&r1=text&r2=text



Reply via email to