I have some JInternalFrames in a JLayeredPane. Assume that the JInternalFrames are in the same layer of the JLayeredPane. Say that the JInternalFrames overlap in this layer. Anyone have an idea of how I can tell which JInternalFrames are ontop, and in what order they are layered?

Thanks

link|improve this question

54% accept rate
1  
This has been asked before: stackoverflow.com/questions/624885/… – jzd Dec 6 '10 at 16:46
Yes it has. That works for me. – user489041 Dec 6 '10 at 16:55
feedback

1 Answer

up vote 2 down vote accepted

Look at the ZOrder of the component.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.