public void addFrame(JInternalFrame frame) {
   _desktopPane.hideStartupImage();
   _desktopPane.add(frame);
 }