Exemple #1
0
 public static Jmol getJmol(JFrame baseframe, int width, int height, String commandOptions) {
   JmolApp jmolApp = new JmolApp(new String[] {});
   jmolApp.startupHeight = height;
   jmolApp.startupWidth = width;
   jmolApp.commandOptions = commandOptions;
   return getJmol(jmolApp, baseframe);
 }