LWWindowPeer dispatchMouseEvent removed in 7_25

Anthony Petrov anthony.petrov at oracle.com
Wed Jun 26 04:09:33 PDT 2013


Hi Christof,

LWWindowPeer is not a part of public API. Its internal implementation 
may change at any moment. Your code shouldn't rely on any implementation 
details.

Can you rework you application to use public APIs only?

--
best regards,
Anthony

On 06/26/2013 02: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