484950515253545556
* für den shuffle-modus */ Random r = new Random(System.currentTimeMillis()); public Jukebox(PhoenixCore core) { player = new PlayerAbstractionLayer(this, core); stateListener.add(core); this.core = core; }