How to make Shell to allways be on top at runtime in SWT?
Posted
by parxier
on Stack Overflow
See other posts from Stack Overflow
or by parxier
Published on 2010-05-10T07:06:20Z
Indexed on
2010/05/10
7:14 UTC
Read the original article
Hit count: 280
I'd like to implement "Always on top" configuration option in my application that takes effect immediately.
I know that I can call Shell constructor with ON_TOP style. Is there a way to do that at runtime, that is after Shell instance has already been created?
© Stack Overflow or respective owner