On Wed, 19 Apr 2023 17:48:25 GMT, Phil Race <[email protected]> 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

Reply via email to