Skip to content

Commit

Permalink
jecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
prsadhuk committed Jan 28, 2025
1 parent 06c1d44 commit bc5580f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public class TestImageIconWithJRadioButtonMenuItem {
If radiobutton is shown, test passes else fails.""";

public static void main(String[] args) throws Exception {
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
PassFailJFrame.builder()
.title("JRadioButtonMenuItem Instructions")
.instructions(instructionsText)
Expand Down Expand Up @@ -84,4 +84,4 @@ public static JFrame doTest() {
frame.pack();
return frame;
}
}
}

0 comments on commit bc5580f

Please sign in to comment.