using_the_easysound_library
Using the EasySound Library
The EasySound library is in the student files of our textbook's website.
Add the EasySound.jar library the your BlueJ API (the way we added the KarolRobot library.
public class EasySounds { public static void main(String[] args) { EasySound bells = new EasySound("bells.wav"); bells.play(); } }
using_the_easysound_library.txt · Last modified: 2023/05/12 15:41 by frchris