* Constructs a new <code>SplashScreen</code> object.
*
*/
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")));