} catch (final IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
final JPanel playListPanel = new PlayListPanel();
this.aurousFrame.getContentPane().add(playListPanel, BorderLayout.WEST);
final JMenuBar menuBar = new AurousBar();
this.aurousFrame.setJMenuBar(menuBar);