File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
test/jdk/javax/swing/AbstractButton/5049549 Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 4141
4242public 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
You can’t perform that action at this time.
0 commit comments