[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Title and borderless window?
|
On Thu, 28 Apr 2005 12:24:49 +0200, Rudi <rudi@xxxxxxxxxx> wrote:
Is there a way to get a shell (or something else) without any title and
border on top of an existing window? Like a popup menu but with some
controls in it.
Just open a shell with the original shell as parent and the NO_TRIM style:
Shell parent = ....
Shell popup = new Shell(parent, SWT.NO_TRIM);
--
Max - rotvel AT bolignet-aarhus DOT dk