JDK-5095900 : jdk1.5 + linux - splashscreen appears on all virtual desktops
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux_redhat_9.0
  • CPU: x86
  • Submitted: 2004-09-02
  • Updated: 2004-09-03
  • Resolved: 2004-09-03
Related Reports
Duplicate :  
Description
when using Netbeans 4.0 beta or Netbeans 3.6 on Linux (RH9) with and jdk1.5 (for example build beta3-b59 and also the new RC build), the splashscreen appears on all virtual desktops. No relavant changes in Netbeans codebase and works correctly with jdk 1.4.2


###@###.### 2004-09-02
###@###.### 2004-09-03

Comments
EVALUATION This sounds like an AWT issue. ###@###.### 2004-09-02 Looks like the known issue with Window and override redirect property ###@###.### 2004-09-03 Name: yn153226 Date: 09/03/2004 Every window with override-redirect attribute would behave this way as window manager doesn't control it. To fix this, we should explicitly track a current virtual desktop number and show/hide window in our code. Fixable but risky for tiger; I would recommend to use undecorated Frame for a workaround. ###@###.### ======================================================================
22-09-2004

WORK AROUND Name: yn153226 Date: 09/03/2004 use undecorated Frame. ======================================================================
22-09-2004