Issue #108 Paralel tag reading

Java 7 diamond operator
This commit is contained in:
Jindra Pet��k
2013-06-04 20:46:22 +02:00
parent cc8fe490dd
commit 855cd13a31
136 changed files with 625 additions and 566 deletions
@@ -37,7 +37,7 @@ public class SWFPreviwPanel extends JPanel {
ImagePanel pan;
Timer timer;
int frame = 0;
List<BufferedImage> frameImages = new ArrayList<BufferedImage>();
List<BufferedImage> frameImages = new ArrayList<>();
JLabel buffering = new JLabel("Buffering...");
public SWFPreviwPanel() {