this.rgbDefault = rgbDefault;
}
public AllocateColor(String sName, final Color colorDefault, Color colorOld) {
this.sName = sName;
Utils.execSWTThread(new AERunnable() {
public void runSupport() {
if (!colorDefault.isDisposed())
AllocateColor.this.rgbDefault = colorDefault.getRGB();
else
AllocateColor.this.rgbDefault = new RGB(0, 0, 0);