}
final JPanel playListPanel = new PlayListPanel();
this.aurousFrame.getContentPane().add(playListPanel, BorderLayout.WEST);
final JMenuBar menuBar = new AurousBar();
this.aurousFrame.setJMenuBar(menuBar);
final JPanel tabelPanel = new TabelPanel();
this.aurousFrame.getContentPane().add(tabelPanel, BorderLayout.CENTER);