Reputation: 1
How do I bring an instance of org.eclipse.jface.dialogs.Dialog class to front programmatically?
org.eclipse.jface.dialogs.Dialog
Upvotes: 0
Views: 1077
Reputation: 12718
You should ber able to use getShell().forceActive().
getShell().forceActive()
Upvotes: 3