I am using a JDesktop and creating several JInternalFrames inside it.  The
problem I seem to be having is that I can't seem to control the placement of
the JInternalFrames.  When I create them and pass BorderLayout.CENTER the
window is still placed at the top left of the desktop.

Also when I try to bring a new JInternalFrame to the from by calling
<name>.toFront(), the JInternalFrame is still at the back of the frames.  I
am trying to find out why the toFront() doesn't seem to work the way
expected.  Any ideas?

Any help would be appreciated.

Thanks in advance.

Ken

_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to