Skip to content

Commit dd15d30

Browse files
lawrence-andrewmrserb
authored andcommitted
8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException
Reviewed-by: serb
1 parent 05f9e76 commit dd15d30

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java

+7-7
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141

4242
public class bug5049549 {
4343

44-
private static ImageIcon DE = new ImageIcon(bug5049549.class.getResource("DE1.GIF"));
45-
private static ImageIcon DI = new ImageIcon(bug5049549.class.getResource("DI1.GIF"));
46-
private static ImageIcon DS = new ImageIcon(bug5049549.class.getResource("DS1.GIF"));
47-
private static ImageIcon RO = new ImageIcon(bug5049549.class.getResource("RO1.GIF"));
48-
private static ImageIcon RS = new ImageIcon(bug5049549.class.getResource("RS1.GIF"));
49-
private static ImageIcon SE = new ImageIcon(bug5049549.class.getResource("SE1.GIF"));
50-
private static ImageIcon PR = new ImageIcon(bug5049549.class.getResource("PR1.GIF"));
44+
private static ImageIcon DE = new ImageIcon(bug5049549.class.getResource("DE1.gif"));
45+
private static ImageIcon DI = new ImageIcon(bug5049549.class.getResource("DI1.gif"));
46+
private static ImageIcon DS = new ImageIcon(bug5049549.class.getResource("DS1.gif"));
47+
private static ImageIcon RO = new ImageIcon(bug5049549.class.getResource("RO1.gif"));
48+
private static ImageIcon RS = new ImageIcon(bug5049549.class.getResource("RS1.gif"));
49+
private static ImageIcon SE = new ImageIcon(bug5049549.class.getResource("SE1.gif"));
50+
private static ImageIcon PR = new ImageIcon(bug5049549.class.getResource("PR1.gif"));
5151

5252
private static Blocker blocker = new Blocker();
5353

0 commit comments

Comments
 (0)