invalidate and validate after closing splashscreen
authoramwaterhouse <Andrew Waterhouse>
Fri, 3 Dec 2004 16:27:21 +0000 (16:27 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 3 Dec 2004 16:27:21 +0000 (16:27 +0000)
src/jalview/gui/Desktop.java

index cd01cf8..9588cf4 100755 (executable)
@@ -67,18 +67,8 @@ public class Desktop extends jalview.jbgui.GDesktop
     frame.setIconifiable(false);\r
     frame.setMaximizable(false);\r
     frame.setFrameIcon(null);\r
-  }\r
-\r
-  public static void splashScreenClosing()\r
-  {\r
     splashScreenVisible = false;\r
-    JInternalFrame [] frames  = desktop.getAllFrames();\r
-    for(int i=0; i<frames.length; i++)\r
-    {\r
-      frames[i].invalidate();\r
-      frames[i].setVisible(true);\r
-      frames[i].validate();\r
-    }\r
+\r
   }\r
 \r
   public static void addInternalFrame(final JInternalFrame frame, String title, int w, int h)\r