|
|
|
|
| Component/s: |
Graphics2d
|
| Affects Version/s: |
1.2.2
|
| Fix Version/s: |
2.0
|
|
|
The method getGraphics() should return Sun's Graphics. getGraphics
is called from paintImmediately and if called on BufferedPanel,
it should retun Sun's Graphics.
We rename the getGraphics call to getBufferedGraphics and return
our offScreenGraphics (VG).
|
|
Description
|
The method getGraphics() should return Sun's Graphics. getGraphics
is called from paintImmediately and if called on BufferedPanel,
it should retun Sun's Graphics.
We rename the getGraphics call to getBufferedGraphics and return
our offScreenGraphics (VG). |
Show » |
| There are no comments yet on this issue.
|
|