Package org.openscience.jchempaint.controller

Examples of org.openscience.jchempaint.controller.IChemModelRelay.cleanup()


     */
    public void actionPerformed(ActionEvent e) {
        logger.info("Going to perform a clean up...");
        WaitDialog.showDialog();
        IChemModelRelay hub = jcpPanel.get2DHub();
        hub.cleanup();
        jcpPanel.setIsNewChemModel(true);
        WaitDialog.hideDialog();
        hub.updateView();
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.