示例#1
0
 public ReadDirectionChooser(org.eclipse.swt.widgets.Composite parent, boolean flat) {
   super(parent, SWT.NONE);
   this.flat = flat;
   initGUI();
 }