User c23c5e9da4
17-01-2007 03:53:42
If you have an MViewPane and you call MViewPane.add(0, new RxnMolecule()) you get a black box in the MViewPane. It would be better to just show an arrow in the middle of the screen.
User c23c5e9da4
17-01-2007 03:53:42
User f359e526a1
17-01-2007 18:30:32
ChemAxon 7c2d26e5cf
21-01-2007 12:16:04
User c23c5e9da4
22-01-2007 22:28:25
ChemAxon 7c2d26e5cf
23-01-2007 16:14:57
Code: |
MViewPane viewpanel = ... viewpanel.setM(0, new RgMolecule()); |
ChemAxon 7c2d26e5cf
24-08-2007 14:52:57