On Fri, 15 Jan 2021 15:46:14 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

>> 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.

Please, see if the option I've added to save an image capture of the editor 
component appears sufficient for the visual inspection.

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

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

Reply via email to