On Wed, 10 Feb 2021 23:03:38 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> BTW since the robot is not used it is unclear how the >> setUndecorated:true/false and setLocationRelativeTo() may affect the test. > > Since the text is rendered in JLabel and it's rendered into a BufferedImage, > do we need the frame at all? > If no frame is shown, the test can be headless, can't it? It depends on what L&F needs to be tested. The Aqua for ex can be unavailable in headless. ------------- PR: https://git.openjdk.java.net/jdk/pull/2502