* Note: The DataContent Top Component must be closed before the Directory Tree
* and Favorites Top Components. Otherwise a NullPointerException will be thrown
* from JFXPanel.
*/
public static void closeCoreWindows() {
WindowManager wm = WindowManager.getDefault();
Set<? extends Mode> modes = wm.getModes();
Iterator<? extends Mode> iter = wm.getModes().iterator();
TopComponent directoryTree = null;
TopComponent favorites = null;
String tcName = "";