| [news.eclipse.technology.albireo] Re: Invoking jface WizardDialog from Swing Action |
Gordon Hirsch wrote:javaguy wrote:
1. from a node + context menu, I want to be able to invoke a jface Dialog w/ eclipse wizard pages.
You should be able to fire up your JFace dialog ( within a Display.asyncExec runnable)
Doh! I should have said from within a java.awt.EventQueue.invokeLater runnable.
It's a bad Monday morning, apparently. I was right the first time. Sorry.