*
*/
public SplashScreen() {
super();
ups = new UserPreferencesScreen();
gos = new GameOptionsScreen();
LanguageFactory.setLocale(ups.getUserPreferences().getLocale());
Color bg = new Color(52,53,110);
JLabel ul = new JLabel(new ImageIcon(this.getClass().getClassLoader().getResource("images/splash.gif")));
JButton startButton = createButton(LanguageFactory.getInstance().getString(MessageId.START_GAME));