mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8299043: test/jdk/javax/swing/AbstractButton/5049549/bug5049549.java fails with java.lang.NullPointerException
Reviewed-by: serb
This commit is contained in:
parent
05f9e7676e
commit
dd15d306a6
1 changed files with 7 additions and 7 deletions
|
@ -41,13 +41,13 @@ import javax.swing.UIManager;
|
||||||
|
|
||||||
public class bug5049549 {
|
public class bug5049549 {
|
||||||
|
|
||||||
private static ImageIcon DE = new ImageIcon(bug5049549.class.getResource("DE1.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 DI = new ImageIcon(bug5049549.class.getResource("DI1.gif"));
|
||||||
private static ImageIcon DS = new ImageIcon(bug5049549.class.getResource("DS1.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 RO = new ImageIcon(bug5049549.class.getResource("RO1.gif"));
|
||||||
private static ImageIcon RS = new ImageIcon(bug5049549.class.getResource("RS1.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 SE = new ImageIcon(bug5049549.class.getResource("SE1.gif"));
|
||||||
private static ImageIcon PR = new ImageIcon(bug5049549.class.getResource("PR1.GIF"));
|
private static ImageIcon PR = new ImageIcon(bug5049549.class.getResource("PR1.gif"));
|
||||||
|
|
||||||
private static Blocker blocker = new Blocker();
|
private static Blocker blocker = new Blocker();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue