Tim
Tim

Reputation: 1

Bring a dialog to front in Windows

How do I bring an instance of org.eclipse.jface.dialogs.Dialog class to front programmatically?

Upvotes: 0

Views: 1077

Answers (1)

Tonny Madsen
Tonny Madsen

Reputation: 12718

You should ber able to use getShell().forceActive().

Upvotes: 3

Related Questions