songListPanel = new SongListPanel(this);
lowerButtonPanel = new LowerButtonPanel(this);
upperStatusPanel = new UpperStatusPanel(this);
panel.setLayout(new BorderLayout());
panel.add(upperStatusPanel, BorderLayout.NORTH);
panel.add(songListPanel, BorderLayout.CENTER);