SwingUtilities.updateComponentTreeUI(explore.getPopupTool());
SwingUtilities.updateComponentTreeUI(search.getPopupTool());
SwingUtilities.updateComponentTreeUI(schema.getPopupTool());
// Make sure each tree's search dialog gets the new L&F...
SearchGUI sExplore = explore.getSearchGUI();
SearchGUI sSearch = search.getSearchGUI();
SearchGUI sSchema = schema.getSearchGUI();
if (sExplore != null)
SwingUtilities.updateComponentTreeUI(sExplore);
if (sSearch != null)
SwingUtilities.updateComponentTreeUI(sSearch);