mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 04:21:19 +00:00
Issue #101 loops fixes
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user