AS3: Fixed pre/post increments/decrements

This commit is contained in:
Jindra Pet��k
2013-04-20 15:28:01 +02:00
parent ab9275b53f
commit 9a728060bd
11 changed files with 28 additions and 15 deletions
@@ -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);
}