Lines 90-95
import frysk.gui.srcwin.prefs.SyntaxPref
Link Here
|
90 |
import frysk.gui.srcwin.tags.Tagset; |
90 |
import frysk.gui.srcwin.tags.Tagset; |
91 |
import frysk.gui.srcwin.tags.TagsetManager; |
91 |
import frysk.gui.srcwin.tags.TagsetManager; |
92 |
import frysk.proc.Manager; |
92 |
import frysk.proc.Manager; |
|
|
93 |
import frysk.sys.Errno; |
93 |
|
94 |
|
94 |
public class Gui |
95 |
public class Gui |
95 |
implements LifeCycleListener, Saveable |
96 |
implements LifeCycleListener, Saveable |
Lines 366-371
public class Gui
Link Here
|
366 |
// eventLoop.run(); |
367 |
// eventLoop.run(); |
367 |
Manager.eventLoop.run(); |
368 |
Manager.eventLoop.run(); |
368 |
} |
369 |
} |
|
|
370 |
catch (Errno.Eperm e) { |
371 |
DialogManager.showErrorDialog("Frysk Core Errors", |
372 |
"Cannot attach to this process", e); |
373 |
} |
369 |
catch (Exception e) { |
374 |
catch (Exception e) { |
370 |
DialogManager.showErrorDialog("Frysk Core Errors", "Frysk Core has reported the following errors", e); //$NON-NLS-1$ //$NON-NLS-2$ |
375 |
DialogManager.showErrorDialog("Frysk Core Errors", "Frysk Core has reported the following errors", e); //$NON-NLS-1$ //$NON-NLS-2$ |
371 |
System.exit(1); |
376 |
System.exit(1); |