RFR: 8316104: Open source several Swing SplitPane and RadioButton related tests
Abhishek Kumar
abhiscxk at openjdk.org
Fri Sep 15 06:33:46 UTC 2023
On Thu, 14 Sep 2023 09:33:03 GMT, Tejesh R <tr at openjdk.org> wrote:
> Open sourcing these Swing SplitPane and RadioButton related tests:
>
> javax/swing/JSplitPane/4147653/bug4147653.java
> javax/swing/JSplitPane/4870674/bug4870674.java
> javax/swing/JRadioButton/4823809/bug4823809.java
test/jdk/javax/swing/JRadioButton/bug4823809.java line 52:
> 50: robot = new Robot();
> 51: SwingUtilities.invokeAndWait(() -> {
> 52: frame = new JFrame();
Please add frame title.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15738#discussion_r1326855001
More information about the client-libs-dev
mailing list