public void renew() {
   if (browser != null) browser.renew();
   setExplanation(
       "Configuration of modules loaded: " + MesquiteTrunk.mesquiteTrunk.getConfiguration());
 }