User c23c5e9da4
08-11-2006 17:37:47
Marvin (jchem 3.2) throws a NullPointerException with this piece of code - this code has worked for years using older marvin releases.
import chemaxon.marvin.beans.MSketchPane;
public class MarvinEmptySmilesCrash {
public static void main(String[] args) {
MSketchPane pane = new MSketchPane();
pane.setMol("");
}
}
import chemaxon.marvin.beans.MSketchPane;
public class MarvinEmptySmilesCrash {
public static void main(String[] args) {
MSketchPane pane = new MSketchPane();
pane.setMol("");
}
}