150151152153154155156157158
} public void start(BundleContext ctx) throws Exception { loadConfig(); loadLanguage(); gui = new FileTagPanel(); configGUI = new FileTagConfigPanel(NAME); registerServices(ctx); }