176177178179180181182183
public void start(BundleContext ctx) throws Exception { this.ctx = ctx; loadConfig(); loadLanguage(); configGui = new SpotifyConfigPanel(this); registerServices(ctx); }