super("Hiero v4.0 - Bitmap Font Tool");
Splash splash = new Splash(this, "/splash.jpg", 2000);
initialize();
splash.close();
gamePanel.add(new LwjglCanvas(renderer = new Renderer(), false).getCanvas());
prefs = Preferences.userNodeForPackage(Hiero4.class);
java.awt.Color backgroundColor = EffectUtil.fromString(prefs.get("background", "000000"));
backgroundColorLabel.setIcon(getColorIcon(backgroundColor));
renderingBackgroundColor = new Color(backgroundColor.getRed() / 255f, backgroundColor.getGreen() / 255f,