RFR: 8306372: Open source AWT CardLayout and Checkbox tests

Andrey Turbanov aturbanov at openjdk.org
Wed Apr 19 18:59:45 UTC 2023


On Wed, 19 Apr 2023 17:48:25 GMT, Phil Race <prr at openjdk.org> wrote:

> Moves to open some AWT tests, two for CardLayout and four for CheckBox

test/jdk/java/awt/Checkbox/CheckboxCrashTest.java line 35:

> 33: import java.awt.Frame;
> 34: 
> 35: public class CheckboxCrashTest  {

nit
Suggestion:

public class CheckboxCrashTest {

test/jdk/java/awt/Checkbox/MultiCheckedCheckboxGroupTest.java line 48:

> 46:         System.out.println("gr.getSelectedCheckbox="+gr.getSelectedCheckbox());
> 47: 
> 48:         if(chb1.getState()

Suggestion:

        if (chb1.getState()

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13543#discussion_r1171742395
PR Review Comment: https://git.openjdk.org/jdk/pull/13543#discussion_r1171742665



More information about the client-libs-dev mailing list