Is there a way to control the z-ordering of a JDialog window in java?
I would like to be able to assign each window to a layer so that windows at lower levels can never go outside and hide windows at higher levels. Even when they have a focus. Like the Z-order function that exists for components, but for JDialog windows.
The solution should not work in all OSs. Linux-specific solution is acceptable.
Aaron source
share