mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 10:50:43 +00:00
New icons (Silk icons)
All tags merged into one tree including AS3 classes
This commit is contained in:
@@ -42,7 +42,7 @@ public class LoadingPanel extends JPanel {
|
||||
public LoadingPanel(int iconWidth, int iconHeight) {
|
||||
this.iconWidth = iconWidth;
|
||||
this.iconHeight = iconHeight;
|
||||
ImageIcon icon = (new ImageIcon(this.getClass().getResource("/com/jpexs/decompiler/flash/gui/graphics/loading.png")));
|
||||
ImageIcon icon = View.getIcon("loading");
|
||||
animationImage = icon.getImage();
|
||||
java.util.Timer timer = new java.util.Timer();
|
||||
timer.schedule(new java.util.TimerTask() {
|
||||
|
||||
Reference in New Issue
Block a user