new Thread(
//javax.swing.SwingUtilities.invokeLater(
new Runnable() {
public void run() {
//splashScreen = new components.SplashScreen("Alignment Viewer", Color.BLACK, 5);
splashScreen = new StartupWindow("Alignment Viewer", Color.BLACK, 5);
}
}).start();
try { Thread.sleep(1000); } catch (Exception e) {}