Supported Java version changed to 1.7

Unchecked warnings eliminated
This commit is contained in:
Jindra Pet��k
2013-06-02 22:03:03 +02:00
parent 201f9a40bd
commit 8b4308fd7f
23 changed files with 59 additions and 21 deletions
@@ -71,9 +71,10 @@ public class ProxyFrame extends JFrame implements ActionListener, CatchedListene
/**
* Constructor
*/
@SuppressWarnings("unchecked")
public ProxyFrame() {
listModel = new SWFListModel(Configuration.getReplacements());
listModel = new SWFListModel(Configuration.getReplacements());
swfList = new JList(listModel);
swfList.addMouseListener(this);
swfList.setFont(new Font("Monospaced", Font.PLAIN, 12));