JDK-4490248 : Specifing Z order of Windows
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2001-08-09
  • Updated: 2001-08-09
  • Resolved: 2001-08-09
Related Reports
Duplicate :  
Description

Name: bsC130419			Date: 08/09/2001


java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)


I'd like a way to specify the Z order of java.awt.Windows. Something like
setZOrder(int) where if the int was 3 it would always be the top most window if
it was 2 it would be a normal window and if it were 1 it would always remain
the bottom most window. I'm designing an application now that needs a window to
stay below all other windows even when it has focus. This would make a perfect
follow up to the recent addition of the full screen windows added in JDK 1.4
(Review ID: 129734) 
======================================================================

Comments
EVALUATION Looks like a duplicate of 4016585
11-06-2004