Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
prsadhuk committed Mar 15, 2024
1 parent 11d47c0 commit ca2d42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jdk/javax/swing/JSlider/4987336/bug4987336.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
import javax.swing.JSlider;
import javax.swing.SwingConstants;
import javax.swing.SwingUtilities;
import javax.swing.border.TitledBorder;
import javax.swing.UIManager;
import javax.swing.border.TitledBorder;
import java.util.Hashtable;

public class bug4987336 {
Expand Down Expand Up @@ -72,7 +72,7 @@ public static void main(String[] args) throws Exception {
}

private static JFrame createTestUI() {
frame = new JFrame();
frame = new JFrame("bug4987336");
JPanel pnLafs = new JPanel();
pnLafs.setLayout(new BoxLayout(pnLafs, BoxLayout.Y_AXIS));

Expand Down

0 comments on commit ca2d42c

Please sign in to comment.