- 
    Bug 
- 
    Resolution: Duplicate
- 
     P4 P4
- 
    None
- 
    1.3.1_04
- 
    None
- 
        x86
- 
        windows_2000
In 1.3.1 on windows Win32GraphicsEnvironment.getDefaultScreenDevice() returns
the first GraphicsDevice as the Default one. We are not always guaranteed that
the first GraphicsDevice will be the primary monitor in a multi monitor
environment.
SunGraphicsEnvironment.java:
SunGraphicsEnvironment.getDefaultScreenDevice() {
return getScreenDevices()[0]
}
- duplicates
- 
                    JDK-4473671 Win2K: GraphicsEnvironment.getDefaultScreenDevice always returns first screen -           
- Resolved
 
-