Advance Java - Microproject
Advance Java - Microproject
Part- A Plan
“Music player using java”
1.Brief description
Java was originally developed by James Gosling at Sun Microsystems (which has since
been acquired by Oracle) and released in 1995 as a core component of Sun Microsystems' Java
platform. The original and reference implementation Java compilers, virtual machines, and class
libraries were originally released by Sun under proprietary licenses. As of May 2007, in compliance
with the specifications of the Java Community Process, Sun had relicensed most of its Java
technologies under the GNU General Public License. Oracle offers its own HotSpot Java Virtual
Machine, however the official reference implementation is the OpenJDK JVM which is free open
source software and used by most developers and is the default JVM for almost all Linux distributions.
Music Player lets you manage all your music files quickly and easily . This audio
player supports almost all types of mp3 , 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 are creating media player using java to handle all the music
requirements of user.
James Gosling, Mike Sheridan, and Patrick Naughton initiated the Java language project in June 1991.
Java was originally designed for interactive television, but it was too advanced for the digital cable television industry
at the time. The language was initially called Oak after an oak tree that stood outside Gosling's office. Later the project
went by the name Green and was finally renamed Java,
from Java coffee, the coffee from Indonesia. Gosling designed Java with a C/C++-style syntax that system and
application programmers would find familiar.
3.Purposed Methodlodgy:-
We discussed about our Advance java programming micro project topic .we searched on internet for micro
project topic. We got some topic related to our syllabus .we decided to make a project on Scheduling
algorithm which is useful for student to understand scheduling algorithm easy with the help of project.
1. After the selecting the topic of our project, we started to searching on internet to get more information
related to scheduling algorithm.
2. We collect the all information which we required to make project.
3. We also visited some website to get some idea how to make project for scheduling algorithm.
4. Finally we got ideas and we started to make a project.
5. Firstly we roughly created our project and we saw our project to our subject teacher .our teacher told
some changes in project.
6. As per the teacher guidance we finally created our project
7. We created report and proposal for our micro project.
1.Action plan:
1. Resources used:
1. Rationale:
The goal of the project is to create Music player using java.
2. Brief Description:
Java was originally developed by James Gosling at Sun Microsystems (which has since
been acquired by Oracle) and released in 1995 as a core component of Sun Microsystems' Java
platform. The original and reference implementation Java compilers, virtual machines, and class
libraries were originally released by Sun under proprietary licenses. As of May 2007, in compliance
with the specifications of the Java Community Process, Sun had relicensed most of its Java
technologies under the GNU General Public License. Oracle offers its own HotSpot Java Virtual
Machine, however the official reference implementation is the OpenJDK JVM which is free open
source software and used by most developers and is the default JVM for almost all Linux distributions.
Music Player lets you manage all your music files quickly and easily . This audio
player supports almost all types of mp3 , 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 are creating media player using java to handle all the music
requirements of user.
James Gosling, Mike Sheridan, and Patrick Naughton initiated the Java language project in June 1991.
Java was originally designed for interactive television, but it was too advanced for the digital cable television industry
at the time. The language was initially called Oak after an oak tree that stood outside Gosling's office. Later the project
went by the name Green and was finally renamed Java,
from Java coffee, the coffee from Indonesia. Gosling designed Java with a C/C++-style syntax that system and
application programmers would find familiar.
pg. 5 Swami Vivekanand Institute of Polytechnic
MUSIC PLAYER USING JAVA
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;
Player ;
BufferedInputStream bis;
FileInputStream fis;
File file;
layer(){
JFrame main = new JFrame();
main.setVisible(true);
main.setVisible(400,440);
main.setLayout(new FlowLayout());
main.setBackground(Color.MAGENTA);
main.add(choose);
main.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
void open_dialog()
{
JFileChooser fc = new JFileChooser();
int result = fc.showOpenDialog(null);
if (result == JFileChooser.APPROVE_OPTION)
{
try {
file = new File(fc.getSelectedFile().getAbsolutePath());
fis = new FileInputStream(file);
bis = new BufferedInputStream(fis);
try {
player = new javazoom.jl.player.Player(bis);
6
MUSIC PLAYER USING JAVA
}
catch (Exception ec){}
}
catch(IOException e)
{
e.printStackTrace();
}
}
}
public static void main(String[] args)
{
layer l = new layer();
}
}
Action plan:
Sr. Planned Planned Name of Responsible
No. Details of Activity start Date Finish Date Team Members
Gathering The Raw
08.08.2023 22.08.2023
1. Information Related
2:45 to 4:45 2:45 to 4:45
To Project
22.08.2023 05.09.2023
2. Analysis 2:45 to 4:45 2:45 to 4:45
05.09.2023 12.09.2023
3. Designing 2:45 to 4:45 2:45 to 4:45
Tadme Pradip S.
12.09.2023 26.09.2023
4. Implement of Coding Madje Rohit O.
2:45 to4:45 2:45 to 4:45
Mukade Sai F.
26.09.2023 03.10.2023 Lavate Santosh V.
5. Testing of Project
2:45 To 4:45 2:45 to 4:45
03.10.2023 10.10.2023
6. Deployment of Module 2:45 to 4:45 2:45 to 4:45
10.10.2023 17.10.2023
7. Prepare Out Put 2:45 to 4:45 2:45 to 4:45
Prepare Report on 17.10.2023 31.10.2023
8. Micro Project 2:45 to 4:45 2:45 to 4:45