Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] ATW Container in a SWT Wizard

that stuff is top-notch thank you.

back to getting java media framework to work, what a cludge :(

----- Original Message ----- 
From: "Silenio Quarti" <Silenio_Quarti@xxxxxxxxxx>
To: <platform-swt-dev@xxxxxxxxxxx>
Sent: Thursday, June 10, 2004 5:29 PM
Subject: Re: [platform-swt-dev] ATW Container in a SWT Wizard


> Try usnig SWT_AWT.newFrame() API. Here is a example that uses it.
>
>
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/snippits/snippet135.html
>
> Silenio
>
>
>
>
> "Henrik Vendelbo" <hvendelbo@xxxxxxxxxxxxx>
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
> 06/10/2004 07:03 AM
> Please respond to
> platform-swt-dev
>
>
> To
> <platform-swt-dev@xxxxxxxxxxx>
> cc
>
> Subject
> [platform-swt-dev] ATW Container in a SWT Wizard
>
>
>
>
>
>
> Grr, not sure I can get around it. I am using Java Media Framework and
> want
> to show a player in a wizard. As usual Sun frameworks is a nightmare to
> figure out, so I use a wizard to help me progress in a controlled manner.
>
> Now I want to show the MediaPlayer. Duh, its an AWT container.
>
> Is there a way to embed an AWT container in a SWT Dialog ?
>
> Henrik
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>
>




Back to the top