예제 #1
0
  protected void initComponentDefaults(UIDefaults table) {
    super.initComponentDefaults(table);

    // ComboBox defaults
    Color c = table.getColor("TextField.background");
    table.put("ComboBox.background", c);
    table.put("ComboBox.listBackground", c);

    // omidp
    // Class lf = com.jgoodies.looks.plastic.PlasticLookAndFeel.class;
    Class lf = de.muntjak.tinylookandfeel.TinyLookAndFeel.class;
    // table.put("Tree.openIcon", makeIcon(lf, "icons/TreeMinusIcon.png"));
    // table.put("Tree.closedIcon", makeIcon(lf, "icons/TreePlusIcon.png"));
    table.put("Tree.leafIcon", makeIcon(lf, "icons/TreeLeafIcon.png"));
  } // initComponentDefaults