Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WinJNIDrawingSurface



I'm trying to embed a quicktime canvas into a swt Shell on Windows.
Since the sun.awt.DrawingSurface no longer exists in jre 1.4 I try to
use WinJNIDrawingSurface. So I wrote the following code but it crashes
on the wds.getHWnd call. Any idea ?

myQTCanvas = new QTCanvas();

WinJNIDrawingSurface wds = new WinJNIDrawingSurface(myQTCanvas);
wds.lock();
int handle = wds.getHWnd();
wds.unlock();
_______________________________________________
quicktime-java mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/quicktime-java
Do not post admin requests to the list. They will be ignored.



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.