//c = (Component) viewer.getProperty("DATA_API","getScriptEditor", null);
//if (c != null)
//historyFile.repositionWindow(EDITOR_WINDOW_NAME, c, 150, 50);
say(GT._("Setting up Drag-and-Drop..."));
new JmolFileDropper(viewer);
say(GT._("Launching main frame..."));
}