File tree 1 file changed +7
-7
lines changed
test/jdk/javax/swing/AbstractButton/5049549
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 41
41
42
42
public class bug5049549 {
43
43
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 " ));
51
51
52
52
private static Blocker blocker = new Blocker ();
53
53
You can’t perform that action at this time.
0 commit comments