Window z-ordering in java

Posted by Aaron on Stack Overflow See other posts from Stack Overflow or by Aaron
Published on 2009-06-14T22:06:40Z Indexed on 2010/03/31 1:03 UTC
Read the original article Hit count: 318

Filed under:
|
|

Is there a way to manage the window z-ordering of JDialog windows within java?

I would like to able to assign each window to a layer such that windows on lower layers can never go above and obscure windows on higher layers. Even when they have focus. Similar to the Z-order capability that exists for components but for JDialog windows.

The solution does not need to work across all OSes. A linux specific solution is acceptable.

© Stack Overflow or respective owner

Related posts about java

Related posts about swing