<AWT Dev> Embedding native widgets into AWT Canvas on Mac - NSView / CALayer pb in JDK1.7
Christophe Cornu
christophe.cornu at gmail.com
Fri Dec 20 06:41:09 PST 2013
Hello:
Since JDK1.7, Canvas is no longer backed up by an NSView. This broke a few
projects, e.g. https://bugs.eclipse.org/bugs/show_bug.cgi?id=418245. It's
no longer possible to embed inside AWT things like SWT widgets, Apple
WebView component (which extends NSView).
What do the AWT committers think going forward? Will it be possible to have
an internal Canvas class that would be backed up by NSView, to be used by
embedders? Or should we give up the idea of plugging in native widgets into
AWT through NSView and treat CALayer as the way forward?
Thanks for any thoughts you have on this,
Chrix
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20131220/14b9f493/attachment.html
More information about the awt-dev
mailing list