153154155156157158159160161162163
public void widgetSelected(SelectionEvent e) { if(e.getSource() == tiSettings) { (new SettingsDialog(shell)).open(); } else if(e.getSource() == tiSave) { if(e.detail == SWT.ARROW) { Rectangle rect = tiSave.getBounds();