[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.swt] Re: Swing Vs SWT Problems.
|
Yes, but please beware that this will force your application to be Windows
and Linux only.
David
"Grant Gayed" <grant_gayed@xxxxxxxxxx> wrote in message
news:djb0pa$dhl$1@xxxxxxxxxxxxxxxxxxx
> Hi Jeff,
>
> The approach is to create an SWT Composite with style EMBEDDED, and use
> SWT_AWT.new_Frame(composite) to create an AWT Frame within it. Two
example
> snippets of this are:
>