View Single Post
Join Date: Oct 2008
Posts: 9
Reputation: king000000 is an unknown quantity at this point 
Solved Threads: 0
king000000 king000000 is offline Offline
Newbie Poster

Re: Java program cd player need some help please

 
0
  #6
Oct 24th, 2008
ok thanks for that but i still cant compile the program and would really like to test it can you quicky add the code needed for these methods please:


/**
*
*/
public void setTrack(int trackNumber)
{

}

/**
*
*/
public String getTrackName()
{

}

/**
* Return information about the currently selected track. The information
* contains the track name and playing time, in the format
* track-name (playing time)
* Return an empty string if no track is selected.
*/
public String getTrackInfo()
{

}
}


please look at the zip file in my first post thanks ( kentsound.zip has everything in it)

thanks
Last edited by king000000; Oct 24th, 2008 at 11:18 am.
Reply With Quote