classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] FYI: javax/swing/JScrollPane.java


From: Roman Kennke
Subject: Re: [cp-patches] FYI: javax/swing/JScrollPane.java
Date: Mon, 20 Jun 2005 17:20:20 +0200
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050317)

Lillian Angel wrote:

JScrollPane was not initializing the view when the view is null.
2005-06-20  Lillian Angel  <address@hidden>

      * javax/swing/JScrollPane.java
       (JScrollPane): Viewport was not being set when
       the view was null. Whenever a view would be added to container
       it would not appear. This was changed to use setViewportView.

BTW: This effectivly reverts Marks patch from 2005-06-14:
http://lists.gnu.org/archive/html/classpath-patches/2005-06/msg00162.html

Mark, if you have a specific problem here, we should discuss this. AFAICS the method setViewportView should do the same as what you meant to do here. So why not rely on this method?

/Roman





reply via email to

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