User 4fe72f6657
08-03-2007 01:22:55
Hello All,
I would like to get the RxnMolecule from MSketchPane,
and to get reactants and products from RxnMolecule.
But I couldn't convert Molecule to RxnMolecule.
Can I get the RxnMolecule from MSketchPane?
I would like to get the RxnMolecule from MSketchPane,
and to get reactants and products from RxnMolecule.
Code: |
Molecule mol = MSketchPane.getMol(); if (mol.isReaction()) ... |
But I couldn't convert Molecule to RxnMolecule.
Can I get the RxnMolecule from MSketchPane?