From dd15d306a68caa02659dd95d16b71d0f1a437bc6 Mon Sep 17 00:00:00 2001 From: "lawrence.andrews" Date: Tue, 20 Dec 2022 01:16:37 +0000 Subject: [PATCH] 8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException Reviewed-by: serb --- .../swing/AbstractButton/5049549/bug5049549.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java b/test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java index eb7ba2ddfd7..fd03f6e918d 100644 --- a/test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java +++ b/test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java @@ -41,13 +41,13 @@ import javax.swing.UIManager; public class bug5049549 { - private static ImageIcon DE = new ImageIcon(bug5049549.class.getResource("DE1.GIF")); - private static ImageIcon DI = new ImageIcon(bug5049549.class.getResource("DI1.GIF")); - private static ImageIcon DS = new ImageIcon(bug5049549.class.getResource("DS1.GIF")); - private static ImageIcon RO = new ImageIcon(bug5049549.class.getResource("RO1.GIF")); - private static ImageIcon RS = new ImageIcon(bug5049549.class.getResource("RS1.GIF")); - private static ImageIcon SE = new ImageIcon(bug5049549.class.getResource("SE1.GIF")); - private static ImageIcon PR = new ImageIcon(bug5049549.class.getResource("PR1.GIF")); + private static ImageIcon DE = new ImageIcon(bug5049549.class.getResource("DE1.gif")); + private static ImageIcon DI = new ImageIcon(bug5049549.class.getResource("DI1.gif")); + private static ImageIcon DS = new ImageIcon(bug5049549.class.getResource("DS1.gif")); + private static ImageIcon RO = new ImageIcon(bug5049549.class.getResource("RO1.gif")); + private static ImageIcon RS = new ImageIcon(bug5049549.class.getResource("RS1.gif")); + private static ImageIcon SE = new ImageIcon(bug5049549.class.getResource("SE1.gif")); + private static ImageIcon PR = new ImageIcon(bug5049549.class.getResource("PR1.gif")); private static Blocker blocker = new Blocker();