Use of JCP site is subject to the
JCP Terms of Use and the
Oracle Privacy Policy
|
JSR 239 Change 2In addition to the changes from the first maintenance review an additional rendering target is needed to support use of OpenGL ES on the Personal Basis Profile (PBP). Xlets typically do not have access to Frames on the display. The Container object returned from XletContext.getContainer must be supported as a rendering target. This allows the Xlet to use OpenGL ES directly with the Container. Applications started via main() use a java.awt.Frame to render OpenGL ES graphics as provided in the first maintenance review.
|