this.put("Background Color", new Color(204, 204, 255));
this.put("Text Color", Color.BLACK);
this.put("Text Disabled Color", Color.GRAY);
GameFont font = new SystemFont(new Font("DIALOG", Font.BOLD, 14));
this.put("Text Font", font);
this.put("Text Disabled Font", font);
this.put("Text Vertical Alignment Integer", UIConstants.CENTER);
this.put("Text Insets", new Insets(2, 6, 2, 0));