673674675676677678679680681682683
} } catch (DOMException e) { Display d = getDisplay(); if (d != null) { d.beep(); } } fValuesBeingSet.pop(); }
328329330331332333334335336337338
} } catch (DOMException e) { Display d = getDisplay(); if (d != null) { d.beep(); } } } private Display getDisplay() {
534535536537538539540541542543544
if (overflow) { Display display = getDisplay(); currentPositionLabel.setForeground(display .getSystemColor(SWT.COLOR_RED)); display.beep(); } else { currentPositionLabel.setForeground(null); } }
269270271272273274275276277278279
return; } display.asyncExec(new Runnable(){ public void run(){ display.beep(); } }); } public void clear(){