On Fri, 15 Sep 2023 11:42:30 GMT, Tejesh R <[email protected]> wrote: >> test/jdk/javax/swing/JRadioButton/bug4823809.java line 52: >> >>> 50: robot = new Robot(); >>> 51: SwingUtilities.invokeAndWait(() -> { >>> 52: frame = new JFrame(); >> >> Please add frame title. > > It wont be visible, no point in adding title.
I think to maintain consistency across tests we should add title. Many of the tests were not visible but still frame title added. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15738#discussion_r1327188893
