classpath-patches
[Top][All Lists]
Advanced

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

[cp-patches] FYI: JViewport system property


From: Roman Kennke
Subject: [cp-patches] FYI: JViewport system property
Date: Tue, 15 Nov 2005 14:16:35 +0000

I've extended the JViewport, so that it recognizes a system property
gnu.javax.swing.JViewport.scrollMode=SIMPLE/BACKINGSTORE/BLIT to
globally set the scrollmode that should be used by all JViewports as
default setting. This is especially useful when testing out Graphics2D
which does not have a very usable copyArea implementation atm. In such
case simply add -Dgnu.javax.swing.JViewport.scrollMode=SIMPLE to avoid
copyArea calls.

2005-11-15  Roman Kennke  <address@hidden>

        * javax/swing/JViewport.java
        (JViewport): Recognize setting of a system property
        gnu.javax.swing.JViewport for the scrollMode.


/Roman

Attachment: patch.diff
Description: Text Data


reply via email to

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