New icons (Silk icons)

All tags merged into one tree including AS3 classes
This commit is contained in:
Jindra Pet��k
2013-03-02 21:00:07 +01:00
parent 463180f31e
commit 366b96a59a
54 changed files with 1191 additions and 1009 deletions
@@ -154,10 +154,10 @@ public class ProxyFrame extends JFrame implements ActionListener, CatchedListene
}
});
java.util.List<Image> images = new ArrayList<Image>();
images.add(View.loadImage("com/jpexs/decompiler/flash/gui/graphics/proxy16.png"));
images.add(View.loadImage("com/jpexs/decompiler/flash/gui/graphics/proxy24.png"));
images.add(View.loadImage("com/jpexs/decompiler/flash/gui/graphics/proxy32.png"));
images.add(View.loadImage("com/jpexs/decompiler/flash/gui/graphics/proxy48.png"));
images.add(View.loadImage("proxy16"));
images.add(View.loadImage("proxy24"));
images.add(View.loadImage("proxy32"));
images.add(View.loadImage("proxy48"));
setIconImages(images);
}