JDK-8101778 : J2DPresentable.java: clean up prepare() and createGraphics()
  • Type: Enhancement
  • Component: javafx
  • Sub-Component: graphics
  • Priority: P5
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2012-12-28
  • Updated: 2015-06-16
  • Resolved: 2013-08-23
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8Fixed
Related Reports
Relates :  
Description
prepare():
make sure the imgrep matches the Pixels.getNativeFormat()
dirty region support

createGraphics():
Figure out why needsResize is not always set appropriately
Have Glass Pixels class relax its constraints so we can use an oversized buffer if we want to
Comments
These issues were fixed while fixing RT-32104.
23-08-2013