* Create the SettingsPanel
*
* @return the SettingsPanel
*/
public JPanel createSettingsPanel() {
mChannelListModel = new ChannelListModel();
JPanel panel = new JPanel(new BorderLayout());
JPanel northPn = new JPanel(new GridLayout(1, 2));
JPanel centerPn = new JPanel(new GridLayout(1, 2));
JPanel southPn = new JPanel(new BorderLayout());