Skip to content

Commit

Permalink
Now letting the MainFrame show itself to prevent window order problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Aug 17, 2002
1 parent a51e4dd commit 17e7359
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion com/gallery/GalleryRemote/GalleryRemote.java
Expand Up @@ -58,7 +58,6 @@ private void run()

mainFrame = new MainFrame();
mainFrame.initComponents();
mainFrame.setVisible( true );
}
catch ( Exception e )
{
Expand Down

0 comments on commit 17e7359

Please sign in to comment.