Issue #101 loops fixes

This commit is contained in:
Jindra Pet��k
2013-06-03 19:48:43 +02:00
parent 638eda692c
commit cad79165fe
15 changed files with 125 additions and 43 deletions
@@ -74,7 +74,7 @@ public class ProxyFrame extends JFrame implements ActionListener, CatchedListene
@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));