private JButton button;
private Color color;
public ColorPropertyEditor() {
editor = new JPanel(new PercentLayout(PercentLayout.HORIZONTAL, 0));
((JPanel) editor).add("*", label = new ColorCellRenderer());
// label.setOpaque(false);
/*
((JPanel) editor).add(button = ComponentFactory.Helper.getFactory().createMiniButton());
button.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {