JDK-7030063 : AWT support for SE-Embedded integration
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-03-22
  • Updated: 2011-05-18
  • Resolved: 2011-05-18
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 7
7 b138Fixed
Related Reports
Relates :  
Description
This CR integrates support for SE-Embedded into the AWT. The main changes are:

- forward-port from JDK6 the replacement of hard-wired X11 paths to use OPENWIN_HOME-based paths
- cross-compilation support
- Support for BUILD_HEADLESS_ONLY, which is a specialized build for environments where there are no X11 libraries available at build-time. X11 headers are still needed due to various dependencies in the native code
- Customize the tray-icon timeout for slow devices
- Add new HToolkit for headless environments without any xawt support (used for SE-Embedded reduced-headless builds)
- Update logic for default toolkit selection on Solaris/Linux (AWT team request)
- SE-Embedded specific customizations (conditional on defining JAVASE_EMBEDDED in the build variables)
- New AWT event polling algorithm with changed defaults for SE-Embedded (SE behaviour remains the same)

Comments
EVALUATION See description.
22-03-2011