This is a simple music player application built on JavaFX that allows users to play music files from their local machine. The application is implemented using a linked list data structure to manage the list of available music files. #Installation
To run the application, follow these steps:
- Clone the repository to your local machine.
- Make sure you have JavaFX installed on your machine. If not, you can download it from here.
- Add music files to the 'music' folder located in the project directory.
- Note: It is important to add music files to this folder, otherwise the application will not run any music.
- Build the application using the provided build tool or IDE.
- Run the application.
Once the application is running, users can add or remove music files from the linked list by using the 'Add' and 'Remove' buttons. The 'Play' button will play the selected music file, and the 'Stop' button will stop the playback.
Users can also navigate through the linked list using the 'Previous' and 'Next' buttons to play other music files in the list. Credits
This application was developed by Khuzaima Nawab as part of a project for Data Structure and Algorithm.