<AWT Dev> OpenJdk11-28-EA JDialog hanging
Martin Balao
mbalao at redhat.com
Thu Oct 18 10:39:07 UTC 2018
On Thu, Oct 18, 2018 at 12:14 PM, Laurent Bourgès <bourges.laurent at gmail.com
> wrote:
>
>
> PS: could you tell me what lines to change to discard non sequenced events
> in your patch ? I will then try it
>
>
Instead of "if (ev.getID() == ID) { ... } return FilterAction.ACCEPT;", do:
"if (ev.getID() == ID) { ... } else if (ev.getID() == SentEvent.ID) {
return FilterAction.ACCEPT; } return FilterAction.REJECT;"
SequencedEvent and SentEvent events accepted, others rejected.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/awt-dev/attachments/20181018/f1469924/attachment.html>
More information about the awt-dev
mailing list