can I import an API from java that plays a sound file that Oracle has in their API when a player wins a game; for example?
Asked
Active
Viewed 807 times
1 Answers
2
Perhaps you are after the 'one liner'..
java.awt.Toolkit.getDefaultToolkit().beep();
Otherwise see either of the last two answers on the question linked by Nick Veys. The rest of the answers are low quality IMO.

Andrew Thompson
- 168,117
- 40
- 217
- 433