// Seaglass starts below.
String p = "ComboBox";
d.put(p + ".States", "Enabled,Pressed,Selected,Disabled,Focused,Editable");
d.put(p + ".Editable", new ComboBoxEditableState());
d.put(p + ":\"ComboBox.arrowButton\".Editable", new ComboBoxArrowButtonEditableState());
// Background
String c = PAINTER_PREFIX + "ComboBoxPainter";