Skip to content

Commit

Permalink
Fixed jcheck issue
Browse files Browse the repository at this point in the history
  • Loading branch information
prsadhuk committed Oct 17, 2020
1 parent 2e257e1 commit a30a3a0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -34,7 +34,7 @@
*/
public class Test8039750 {
public static void main(String[] args) throws Exception {
SwingUtilities.invokeAndWait(() -> {
SwingUtilities.invokeAndWait(() -> {
UIDefaults table= new MetalLookAndFeel().getDefaults();
test(table.get("ToolBar.rolloverBorder"),
"javax.swing.plaf.metal.MetalBorders$ButtonBorder",
Expand All @@ -58,7 +58,7 @@ public static void main(String[] args) throws Exception {
"javax.swing.plaf.metal.MetalBorders$QuestionDialogBorder");
test(table.get("RootPane.warningDialogBorder"),
"javax.swing.plaf.metal.MetalBorders$WarningDialogBorder");
});
});
}

private static void test(Object value, String name) {
Expand Down

0 comments on commit a30a3a0

Please sign in to comment.