|
Quick Lists
|
|
Bug ID:
|
6636082
|
|
Votes
|
0
|
|
Synopsis
|
D3D: D3DScreenUpdateManager should call repaint() on target AppContext's EDT
|
|
Category
|
java:classes_2d
|
|
Reported Against
|
|
|
Release Fixed
|
6u10(b10)
|
|
State
|
10-Fix Delivered,
Verified,
bug
|
|
Priority:
|
3-Medium
|
|
Related Bugs
|
6623956
|
|
Submit Date
|
30-NOV-2007
|
|
Description
|
D3DScreenUpdateManager.repaintPeerTarget() should call repaint on
target context's EDT.
Same issue exists in D3DSurfaceData.swapBuffers().
Posted Date : 2007-11-30 18:20:19.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
See the description.
We should have used something like this:
SunToolkit.postEvent(SunToolkit.targetToAppContext(component),
new InvocationEvent(Toolkit.getDefaultToolkit(),
runnable));
Posted Date : 2007-11-30 18:22:24.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |