Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6679840
Votes 0
Synopsis provide a way to choose v-synced BufferStrategy
Category java:classes_swing
Reported Against
Release Fixed 7(b64), 6u10(b23) (Bug ID:2160519)
State 10-Fix Delivered, bug
Priority: 3-Medium
Related Bugs 6678218
Submit Date 25-MAR-2008
Description
We need to provide a way to choose v-synced BufferStrategy enabled by the fix for 6678218 [D3D: provide a way to create a v-synced BufferStrategy]
Posted Date : 2008-03-25 19:47:21.0

This is required for smooth animation for FX.
Posted Date : 2008-04-10 16:29:53.0
Work Around
N/A
Evaluation
We want to mark top level components with vsynced requested bit and
then create vsynced BufferStrategy for them in BufferStrategyPaintManager.

Two things to note here:
First swing does not always use BufferStrategyPaintManager.
Second java2d can not guarantee vsynced BufferStrategy even if we request one.

That means that even if vsynced painting is requested for a top level
we might not get one.
Posted Date : 2008-04-10 16:14:51.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang