Begonnen aan nieuwe implementatie van Winamp mbv windows command line device.

This commit is contained in:
2011-03-15 21:06:54 +00:00
parent d8e79c3363
commit 8c2ac7d956
5 changed files with 60 additions and 12 deletions

View File

@@ -79,5 +79,6 @@ public class JIntellitypeDevice extends Device implements HotkeyListener, Intell
jit.removeHotKeyListener(this);
jit.removeIntellitypeListener(this);
jit.cleanUp();
System.out.println("klaar" + run);
}
}