Skip to main content



      Home
Home » Eclipse Projects » GEF » [JFace] weird Exception after Closing Wizard Dialog
[JFace] weird Exception after Closing Wizard Dialog [message #12797] Tue, 09 July 2002 12:38
Eclipse UserFriend
Hi
I have a wizard nested within WizardDialog, which acts fine till it gets
closed. In this stage, after my code reaches it's last line and the wizard
itself does not show on the screen, I get the following exception:

org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2119)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:98)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1506)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1294)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1177)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:775)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)

Any ideas?
Thanks,
Julia
Previous Topic:Shape Example HOWTO
Next Topic:[Draw2d] Inline Editing of Labels
Goto Forum:
  


Current Time: Wed Apr 30 11:49:30 EDT 2025

Powered by FUDForum. Page generated in 0.29203 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top