132133134135136137138139140
} public void start(BundleContext ctx) throws Exception { loadConfig(); loadLanguage(); gui = new TranslatorPanel(ctx); gui.loadLanguageFiles(); registerServices(ctx); }