代码搜索:AudioPlayer

找到约 842 项符合「AudioPlayer」的源代码

代码结果 842
www.eeworm.com/read/153151/5653016

java julie.java

package com.javapatterns.state.audioplayer; public class Julie { public void main(String[] args) { player = new AudioPlayer(); player.startButton(); player.s
www.eeworm.com/read/153151/5653125

java playcommand.java

package com.javapatterns.command.audioplayer2; /** * This class plays the role of Concrete Command */ public class PlayCommand implements Command { private AudioPlayer myAudio; publi
www.eeworm.com/read/153151/5653126

java stopcommand.java

package com.javapatterns.command.audioplayer2; /** * This class plays the role of Concrete Command */ public class StopCommand implements Command { /** * @directed */
www.eeworm.com/read/153151/5653130

java rewindcommand.java

package com.javapatterns.command.audioplayer2; /** * This class plays the role of Concrete Command */ public class RewindCommand implements Command { private AudioPlayer myAudio; pub
www.eeworm.com/read/153151/5653162

java playcommand.java

package com.javapatterns.command.audioplayer; /** * This class plays the role of Concrete Command */ public class PlayCommand implements Command { private AudioPlayer myAudio; public
www.eeworm.com/read/153151/5653163

java stopcommand.java

package com.javapatterns.command.audioplayer; /** * This class plays the role of Concrete Command */ public class StopCommand implements Command { /** * @directed */
www.eeworm.com/read/153151/5653167

java rewindcommand.java

package com.javapatterns.command.audioplayer; /** * This class plays the role of Concrete Command */ public class RewindCommand implements Command { private AudioPlayer myAudio; publ
www.eeworm.com/read/419315/10875979

txt manifest.txt

Main-Class:AudioPlayer
www.eeworm.com/read/447044/7559893

java listing11-11_audioplayer.java

// this is a snippet that shows you how to port sound playback: //#if polish.audio.midi && (polish.api.mmapi || polish.midp2) import javax.microedition.media.Manager; import javax.microedition
www.eeworm.com/read/447044/7559977

java listing8-18_audioplayer.java

// Use this snippet for creating a flexible audio player that doesn't rely // on dynamic class loading. public class AudioPlayer { public void playAudio() { //#if polish.api.mmapi || polish