On Fri, 15 Jan 2021 15:31:54 GMT, Stanimir Stamenkov 
<github.com+1247730+sta...@openjdk.org> wrote:

>> I believe the test is _headful_ because it uses 
>> `SwingUtilities.invokeAndWait` even though it does not show any UI.
>
> I've used `SwingUtilities.invokeAndWait` just to be on the safe side that 
> "everything Swing should be executed on the EDT" but I guess I could drop it 
> as no UI ever shown?

I am not sure that if we use invokeAndWait(), it needs to be headful..There are 
many test where we use invokeAndWait but they are headless. But it will be good 
to see what the test is doing visually so you probably can make it headful.

-------------

PR: https://git.openjdk.java.net/jdk/pull/1759

Reply via email to