liPlaylist.setForeground(Color.white);
jpPlaylist.add(jpPlaylistButtons, BorderLayout.SOUTH);
this.add(jpPlaylist);
this.add(menuMain, BorderLayout.NORTH);
//Listener for starting playback and marking the current file in playlist.
playChange = new PlayingChangeListener() {
@Override
public void changePlay(int currFile, String filename, boolean playing) {
setCurrent(currFile);
try {