Object[] objects = new Object[]
{
"PopupMenu.border", new UIDefaults.ProxyLazyValue(MacMenuBorder.class.getName()),
"Separator.background", Color.decode("#f4f4f4"),
"Separator.foreground", Color.decode("#dadada"),
"ComboBox.border", new VisualMargin(2,2,2,2),
"ComboBox.dropDownIcon", makeButtonStateIcon(commonDir + "ComboBox.dropDownIcons.png", 6),
"ComboBox.opaque", opaque,
"ComboBox.popupIcon", makeButtonStateIcon(commonDir + "ComboBox.popupIcons.png", 6),
"ComboBox.smallPopupIcon", makeButtonStateIcon(commonDir + "ComboBox.small.popupIcons.png", 6),
"ComboBox.smallDropDownIcon", makeButtonStateIcon(commonDir + "ComboBox.small.dropDownIcons.png", 6),