Java
Java
A Subject Specific Project Report Submitted in partial fulfilment of the requirements of the Course on
JAVA (MC-T-PC-202) of
This is to certify that the mini-project entitled “MUSIC PLAYER SYSTEM” has
been carried out by Balaram Gochhayat(2305298035) and completed under
my guidance and the project meets the academic requirement of the subject
OOPS(MC-T-PC-202).
I am also equally thankful to Prof. Satya Ranjan Pattnaik, HOD MCA, Dean
Academics and Principal for all the timely help and guidance, without whom
the completion of this project would not have been possible.
Last but not the least; I would be failing in my duty if I don’t mention the
names of the members of my family and friends for their ungrudging support
and encouragement in giving a facelift to this project.
In this project, we create a java program play music stored on machine and control
it using various java components.
Music Player lets you manage all your music files quickly and easily.This audio layer
supports almost all types of mp3 3, midi, wav, flac raw aac files and other audio
formats Easily browse and play music songs by genres, albums, artists, songs and
folder.Media is integral parts of our lives. We ane creating media player using java
to handle all the mic purements of user.
Program Code:-
package jlay;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.BufferedInputStream;
import java.io.File;
import javazoom.jl.decoder.JavaLayerException;
import javazoom.jl.player.Player;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.function.Function;