Skip to content

Commit

Permalink
jcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
prsadhuk committed Jan 22, 2025
1 parent c0d3cb1 commit 7af555a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jdk/javax/swing/JProgressBar/TestProgressBarUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
public class TestProgressBarUI {

private static final String instructionsText = """
Two progressbar "Good" and "Bad"
Two progressbar "Good" and "Bad"
will be shown with different preferred size,
If the "Bad" progressbar is rendered at the same
height as "Good" progressbar,
Expand Down Expand Up @@ -94,4 +94,4 @@ public static JFrame doTest() {
frame.setLocationByPlatform(true);
return frame;
}
}
}

0 comments on commit 7af555a

Please sign in to comment.