Package org.jmol.export

Examples of org.jmol.export.JmolFileDropper


    // file dropping for the signed applet

    if (isSigned) {
      try {
      dropper = new JmolFileDropper(viewer);
      } catch (Exception e) {
        //
      }
    }
View Full Code Here


    //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..."));
  }
View Full Code Here

TOP

Related Classes of org.jmol.export.JmolFileDropper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.