7273747576777879808182
panel = new JPanel(); Dimension dim = new Dimension(GUI_WIDTH, GUI_HEIGHT); songListPanel = new SongListPanel(this); lowerButtonPanel = new LowerButtonPanel(this); upperStatusPanel = new UpperStatusPanel(this); panel.setLayout(new BorderLayout());