protected int computeWidth( Control control ) {
return 125;
}
});
mgr.add(new GroupMarker(STYLE_MENU_GROUP));
mgr.appendToGroup(STYLE_MENU_GROUP, new Separator());
mgr.appendToGroup(STYLE_MENU_GROUP, applyAction);
mgr.appendToGroup(STYLE_MENU_GROUP, cancelAction);
mgr.add(new GroupMarker(CONFIG_MENU_GROUP));
mgr.add(new Separator());