Hi Anton,
Override annotation is missing in CClipboard, otherwise the fix looks
good to me.
Thanks,
Alexander.
On 10/20/2014 01:38 PM, Anton V. Tarasov wrote:
Hello,
Please review a fix:
https://bugs.openjdk.java.net/browse/JDK-8061315
http://cr.openjdk.java.net/~ant/JDK-8061315/webrev.0
The problem is originally reproducible with JFXPanel added to a Swing
app. A text copied from an Fx text field can't be pasted to a Swing
control. This is MacOS X only.
I've added a new method - SunClipboard.checkLostOwnership() - which
provides access to internal peer's functionality.
Thanks,
Anton.