LWWindowPeer dispatchMouseEvent removed in 7_25
Christof Aenderl
ca at censhare.de
Wed Jun 26 06:09:11 PDT 2013
Hi Petr,
as Anthony mentioned, I should try to rework that code using public API.
What actually my issue was, is to create a global floating utility window which takes more afford using sun.lwawt.macosx than apple.awt from Java 6 (CEmbeddedFrame).
For that I had to implement a method to handle mouse events from the native class (AWTContentView).
Best regards,
Christof
Am 26.06.2013 um 13:09 schrieb Petr Pchelko <petr.pchelko at oracle.com>:
> Hello, Cristof.
>
> Looks like the method is still there. It was renamed to notifyMouseEvent.
>
> And what is the bug you we making a workaround for?
>
> With best regards. Petr.
>
> On Jun 26, 2013, at 2:42 PM, Christof Aenderl wrote:
>
>> Hi,
>>
>> the dispatchMouseEvent method was removed from LWWindowPeer with Update 25 of Java 7.
>>
>> Why was it removed?
>> I had implemented a workaround to handle mouse-moved events from JNI which not worked with 7_21 or less
>> that uses this method.
>>
>> Kind regards,
>> Christof
More information about the macosx-port-dev
mailing list