|
|
@ -126,6 +126,11 @@ public class ColorButton extends AbstractSelectBox<Color> { |
|
|
|
public void setVisible(boolean b) { |
|
|
|
public void setVisible(boolean b) { |
|
|
|
super.setVisible(b); |
|
|
|
super.setVisible(b); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
|
|
protected boolean selectRealTime() { |
|
|
|
|
|
|
|
return false; |
|
|
|
|
|
|
|
} |
|
|
|
}; |
|
|
|
}; |
|
|
|
colorPane.addChangeListener(new ChangeListener() { |
|
|
|
colorPane.addChangeListener(new ChangeListener() { |
|
|
|
public void stateChanged(ChangeEvent e) { |
|
|
|
public void stateChanged(ChangeEvent e) { |
|
|
|