Community
Participate
Working Groups
if (!isSeparatorVisible() && getBackgroundImage() == null)
return;
Rectangle carea = getClientArea();
if (carea.width == 0 || carea.height == 0) {
}
Image buffer = new Image(getDisplay(), carea.width, carea.height);
buffer.setBackground(getBackground());
GC igc = new GC(buffer);
-