We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf0fd1 commit 92cb49bCopy full SHA for 92cb49b
playAudio/src/playaudio/NewJFrame.java
@@ -69,7 +69,7 @@ private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRS
69
// Play Audio File
70
try {
71
72
- String filepath = "C:\\Dappcode.wav" ;
+ String filepath = "C:\\javasound.wav" ;
73
AudioInputStream aui = AudioSystem.getAudioInputStream(new File(filepath).getAbsoluteFile());
74
75
0 commit comments