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)
======================================================================