148149150151152153154155156
} public void start(BundleContext ctx) throws Exception { loadConfig(); loadLanguage(); gui = new DoubleFinderPanel(); configGui = new DoubleFinderConfigPanel(NAME); registerServices(ctx); }