mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 22:20:46 +00:00
AS3: Fixed pre/post increments/decrements
This commit is contained in:
@@ -154,8 +154,8 @@ public class ProxyFrame extends JFrame implements ActionListener, CatchedListene
|
||||
}
|
||||
});
|
||||
java.util.List<Image> images = new ArrayList<Image>();
|
||||
images.add(View.loadImage("proxy16"));
|
||||
images.add(View.loadImage("proxy32"));
|
||||
images.add(View.loadImage("proxy16"));
|
||||
images.add(View.loadImage("proxy32"));
|
||||
setIconImages(images);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user