team2Panel.add(team2List,BorderLayout.CENTER);
this.add(team2Panel,BorderLayout.EAST);
JPanel centerPanel = new JPanel(new BorderLayout());
championsPanel = new ChampionsPanel(IconSizeComboBoxModel.MEDIUM,"Playable");
centerPanel.add(new VerticalJScrollPane(championsPanel), BorderLayout.CENTER);
JPanel customizePanel = new JPanel(new BorderLayout());
JPanel runesAndMasteries = new JPanel(new GridLayout(2,1));