--- old/src/macosx/native/sun/awt/splashscreen/splashscreen_sys.m 2012-02-03 17:12:38.000000000 +0400 +++ new/src/macosx/native/sun/awt/splashscreen/splashscreen_sys.m 2012-02-03 17:12:37.000000000 +0400 @@ -48,7 +48,7 @@ static void SplashCenter(Splash * splash) { // otherwise could use screens[0] to select the menu-bar screen - NSRect screenFrame = [[NSScreen mainScreen] visibleFrame]; + NSRect screenFrame = [[NSScreen mainScreen] frame]; splash->x = (screenFrame.size.width - splash->width) / 2; splash->y = (screenFrame.size.height - splash->height) / 2 + screenFrame.origin.y;