private void initEnablePandoraCheckbox() {
   widgets.enablePandoraCheckbox =
       new JCheckBox("Enable Pandora Streaming", preferences.isPandoraEnabled());
 }