On Sat, 18 Feb 2023 13:30:42 GMT, Marius Hanl <mh...@openjdk.org> wrote:
>> This PR adds the last missing method for dealing with nested event loops. >> As also written in the ticket, there is currently no (public) way to find >> out whether it is safe to start an event loop now or not. >> Classes like `Dialog` check via >> `Toolkit.getToolkit().canStartNestedEventLoop()` (sun api), if it safe to >> start a nested event loop before doing so. > > Marius Hanl has updated the pull request incrementally with two additional > commits since the last revision: > > - JDK-8302355: Missing brace > - JDK-8302355: Improved javadoc @arapte Can you be the second reviewer? ------------- PR: https://git.openjdk.org/jfx/pull/1031