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

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




Back to the top