Re: RFR: JDK-8302355: Public API for Toolkit.canStartNestedEventLoop() [v3]

2023-03-14 Thread Ambarish Rapte
On Sat, 18 Feb 2023 13:30:42 GMT, Marius Hanl 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` che

Re: RFR: JDK-8302355: Public API for Toolkit.canStartNestedEventLoop() [v3]

2023-02-22 Thread Kevin Rushforth
On Sat, 18 Feb 2023 13:30:42 GMT, Marius Hanl 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` che

Re: RFR: JDK-8302355: Public API for Toolkit.canStartNestedEventLoop() [v3]

2023-02-18 Thread Kevin Rushforth
On Sat, 18 Feb 2023 13:30:42 GMT, Marius Hanl 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` che

Re: RFR: JDK-8302355: Public API for Toolkit.canStartNestedEventLoop() [v3]

2023-02-18 Thread Marius Hanl
> 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()`