195196197198199200201202203204205
public void quit() { DndViewer.this.quit(); } }); updateNotifier = new ViewUpdateNotifierImpl(); if (updateNotifier == null) { throw new NullPointerException("No update notifier set for " + this); } if (shutdownListener == null) {
194195196197198199200201202203204