<AWT Dev> [8] Review Request for JDK-8023966 JViewPort.BLIT_SCROLL_MODE does not work in JLightweightFrame

Petr Pchelko petr.pchelko at oracle.com
Thu Aug 29 05:14:53 PDT 2013


Hello, Anthony.

> I assume the SIMPLE_SCROLL_MODE works fine as well when in a JLightweightFrame, right?
Yes. Only the BLIT_SCROLL_MODE mode is problematic.

With best regards. Petr.

On Aug 29, 2013, at 4:12 PM, Anthony Petrov <anthony.petrov at oracle.com> wrote:

> Hi Petr,
> 
> The fix looks fine to me.
> 
> I assume the SIMPLE_SCROLL_MODE works fine as well when in a JLightweightFrame, right?
> 
> --
> best regards,
> Anthony
> 
> On 08/29/13 14:32, Petr Pchelko wrote:
>> Hello, AWT Team.
>> 
>> Please review the fix for the following issue:
>> http://bugs.sun.com/view_bug.do?bug_id=8023966
>> The issue might not be available at bugs.sun.com. The problem is that JViewPort.BLIT_SCROLL_MODE does not work inside the JLightweightFrame.
>> 
>> The fix is available at:
>> http://cr.openjdk.java.net/~pchelko/8023966/webrev.00/
>> 
>> The idea of the fix is to detect if the JViewPort was added into the JLightweightFrame and set a supported scroll mode instead of the BLIT_SCROLL_MODE
>> 
>> With best regards. Petr.



More information about the awt-dev mailing list