Package org.openscience.jchempaint.dialog.editor

Examples of org.openscience.jchempaint.dialog.editor.PropertiesModelEditor


    public ModifyRenderOptionsDialog(AbstractJChemPaintPanel jcpPanel, JChemPaintRendererModel model, int tabtoshow) {
        super();
        this.model = model;
        this.jcpPanel = jcpPanel;
        this.tabtoshow = tabtoshow;
        editor = new PropertiesModelEditor(this, jcpPanel, tabtoshow, jcpPanel.getGuistring());
        createDialog();
        pack();
        setVisible(true);
    }
View Full Code Here

TOP

Related Classes of org.openscience.jchempaint.dialog.editor.PropertiesModelEditor

Copyright © 2018 www.massapicom. 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.