Package jSimMacs.jmol

Examples of jSimMacs.jmol.StructureCommandField


    }
    translator = new JSimJmolTranslator();

    structurePanel.addJmolStatusListener(translator);
    structurePanel.addJmolSelectionListener(translator);
    commandField = new StructureCommandField(structurePanel);

    selectionPanel = new SelectionDisplayPanel(structurePanel, structure, translator);
    translator.addSequenceListener(selectionPanel);
    JPanel southPanel = new JPanel();
    southPanel.setLayout(new BoxLayout(southPanel, BoxLayout.Y_AXIS));
View Full Code Here

TOP

Related Classes of jSimMacs.jmol.StructureCommandField

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.