src/de/uhilger/avdirektor/App.java
@@ -48,6 +48,8 @@ private static HashMap initParams; private static Process playerproc; /** * @param args the command line arguments */ @@ -83,5 +85,11 @@ return param; } public static Process getPlayerProcess() { return playerproc; } public static void setPlayerProcess(Process p) { playerproc = p; } }