站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.5.0, Java 2 SDK 英文文档

Scrolling - JDK 5 Documentation v1.5.0, Java 2 SDK 英文文档

Java

Scrolling: JViewport, JScrollPane, and Related Classes

Other Swing Changes

New JViewport scrollMode Property

Interactive scrolling speed has proven to be perhaps the most important factor in users perception of overall swing performance. 1.3 adds a new optimization, called "BLIT_SCROLL_MODE" (now the default) that copies unobscured areas of the components heavy weight ancestor to effect a scroll. Previously we had offered a related optimzation that managed a per viewport backing store image. Although still supported, the backingStoreEnabled property has been deprecated.

See:


Copyright © 1999 Sun Microsystems, Inc. All Rights Reserved.

Please send comments to: swing-feedback@java.sun.com. This is not a subscription list.
Sun
Java Software