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. smile.gif

Reply