JDK-4189326 : fullscreen exclusive window
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.1,1.3.0,1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_2.6,windows_95,windows_2000
  • CPU: x86,sparc
  • Submitted: 1998-11-12
  • Updated: 2001-10-10
  • Resolved: 2000-12-06
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.
Other
1.4.0 betaFixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
The new full-screen exclusive mode API allows applications to
create a window that occupies the entire screen.  If
GraphicsDevice.isFullScreenAvailable() returns true, then the
other top level windows, whether or not they've been created
by the full screen Java application, will not overlap the
full-screen window.  Otherwise full screen mode is emulated
by resizing the window to the size of the screen and positioning
it at (0,0).  There are no other behavorial changes to AWT
components in this mode.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: merlin merlin-beta FIXED IN: merlin-beta INTEGRATED IN: merlin-beta VERIFIED IN: merlin-beta3
14-06-2004

EVALUATION Fix in Merlin richard.ray@eng 2000-06-13 There are three parts to this RFE in order for it to be of any benefit. First, full-screen mode itself. Second, display mode control. Third, buffer control. Advanced features such as stereo could be handled in subsequent releases. michael.martak@Eng 2000-08-09
09-08-2000