User 276469282f
08-02-2005 18:32:01
Hi,
I get a NullPointerException thrown at javax.swing.plaf.basic.BasicPopupMenuUI.uninstallListeners
:
chemaxon.marvin.common.swing.MolPanel.addEditCleanMenu
:
JMView.init
The exception is thrown when loading a html page that includes the MarvinView applet several times (e.g. 10) for different structures. The exceptions are not thrown for the same structures when I reload the page.
I used the code snippet
<script LANGUAGE="JavaScript1.1">
<!--
mview_begin("applets/marvin", 130, 100);
mview_param("mol", 'showMolfile.do?name=xxx"/>');
mview_param("background", "#D9E3FF");
mview_end();
//-->
</script>
Thanks
Christoph
I get a NullPointerException thrown at javax.swing.plaf.basic.BasicPopupMenuUI.uninstallListeners
:
chemaxon.marvin.common.swing.MolPanel.addEditCleanMenu
:
JMView.init
The exception is thrown when loading a html page that includes the MarvinView applet several times (e.g. 10) for different structures. The exceptions are not thrown for the same structures when I reload the page.
I used the code snippet
<script LANGUAGE="JavaScript1.1">
<!--
mview_begin("applets/marvin", 130, 100);
mview_param("mol", 'showMolfile.do?name=xxx"/>');
mview_param("background", "#D9E3FF");
mview_end();
//-->
</script>
Thanks
Christoph