Beispiel #1
0
 public void layout(GC gc, int width, Locator loc, Hashtable resourceTable, boolean selected) {
   super.layout(gc, width, loc, resourceTable, selected);
   Control control = getControl(resourceTable);
   if (control != null) control.setBounds(getBounds());
 }