> I have an MDI application in which I am trying to have one internal
> frame(which is basically acting as a JDialog) on top of other internal
> frame just like JOptionPane dialog boxes!
move it to another layer, but first read javadoc for JLayeredPane

Signature
Andrey Kuznetsov
http://uio.imagero.com Unified I/O for Java
http://reader.imagero.com Java image reader
http://jgui.imagero.com Java GUI components and utilities
VJ - 22 Apr 2005 03:56 GMT
>>I have an MDI application in which I am trying to have one internal
>>frame(which is basically acting as a JDialog) on top of other internal
>>frame just like JOptionPane dialog boxes!
>
> move it to another layer, but first read javadoc for JLayeredPane
Thaks Andrey :)
-VK