This project is a simple audio player application developed using Java Swing. It features a basic graphical user interface (GUI) with buttons to Play, Reset, and Exit the audio playback. This project demonstrates the use of Java Swing components and the Java Sound API for media control.
- Play – Starts or resumes audio playback
- Reset – Restarts the audio from the beginning
- Exit – Closes the application
- Built using Java Swing and event-driven programming
- Java Swing for GUI design
- Java Sound API for audio handling
- AWT Event Handling for button actions
Ensure that the path to the audio file is correct in the code, and that the audio format (e.g., WAV or AU) is supported by the Java Sound API. This project is ideal for beginners exploring Java GUI programming and basic audio functionality.
