Skip to content

A Basic Audio Player that plays a song reset a song , and exit built using Java Swings and JavaFX

Notifications You must be signed in to change notification settings

yashwanthN24/Audio_Player_GUI_APP_JAVA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Swing Audio Player

alt text

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.

Features

  • 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

Technologies Used

  • Java Swing for GUI design
  • Java Sound API for audio handling
  • AWT Event Handling for button actions

Notes

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.

About

A Basic Audio Player that plays a song reset a song , and exit built using Java Swings and JavaFX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages