Skip to content

Commit 92cb49b

Browse files
authored
Update NewJFrame.java
1 parent faf0fd1 commit 92cb49b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playAudio/src/playaudio/NewJFrame.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRS
6969
// Play Audio File
7070
try {
7171

72-
String filepath = "C:\\Dappcode.wav" ;
72+
String filepath = "C:\\javasound.wav" ;
7373
AudioInputStream aui = AudioSystem.getAudioInputStream(new File(filepath).getAbsoluteFile());
7474

7575
try {

0 commit comments

Comments
 (0)