-
Enhancement
-
Resolution: Fixed
-
P4
-
1.1, 1.3.0, 1.4.0
-
None
-
beta
-
x86, sparc
-
solaris_2.6, windows_95, windows_2000
-
Verified
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.
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.
- duplicates
-
JDK-4027697 No way in Win95 to use entire screen for an app and to have Win95
-
- Closed
-
-
JDK-4411556 RFE: for win32, system properties that define the screen characteristics
-
- Closed
-
- relates to
-
JDK-4131642 Need ability to create a Frame on a screen other than the default screen
-
- Resolved
-