Ejemplo n.º 1
0
 private void initEnablePandoraCheckbox() {
   widgets.enablePandoraCheckbox =
       new JCheckBox("Enable Pandora Streaming", preferences.isPandoraEnabled());
 }
Ejemplo n.º 2
0
 private void initEnableSpotifyCheckbox() {
   widgets.enableSpotifyCheckbox =
       new JCheckBox("Enable Spotify Streaming", preferences.isSpotifyEnabled());
 }
Ejemplo n.º 3
0
 private void initEnableMuseControlCheckbox() {
   widgets.enableMuseControlCheckbox =
       new JCheckBox("Enable Web Services for Muse Control", preferences.isMuseControlEnabled());
 }