leiaah 0 Report post Posted March 14, 2005 Okay...I have a problem setting the location of the JInternalFrames on the center screen. I have this code that works well with JFrame and sets the location of that frame to the center of the desktop screen. The code:frame.setLocationRelativeTo( null );Does anyone know how to do it with JInternalFrame? Thanks in advance. Share this post Link to post Share on other sites