private void initEnableSpotifyCheckbox() {
   widgets.enableSpotifyCheckbox =
       new JCheckBox("Enable Spotify Streaming", preferences.isSpotifyEnabled());
 }