mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 15:00:45 +00:00
@@ -28,8 +28,8 @@ public class FlashPlayerPanel extends Panel {
|
||||
private boolean executed = false;
|
||||
private String flash;
|
||||
private HANDLE pipe;
|
||||
private static List<HANDLE> processes = new ArrayList<HANDLE>();
|
||||
private static List<HANDLE> pipes = new ArrayList<HANDLE>();
|
||||
private static List<HANDLE> processes = new ArrayList<>();
|
||||
private static List<HANDLE> pipes = new ArrayList<>();
|
||||
private JFrame frame;
|
||||
|
||||
private synchronized void resize() {
|
||||
|
||||
Reference in New Issue
Block a user