Examples of PDBFileReader


Examples of org.biojava.bio.structure.io.PDBFileReader

    this.add(BorderLayout.SOUTH, southPanel);

  }

  public void openFile() throws IOException {
    PDBFileReader pdbReader = new PDBFileReader();
    structure = null;

    structure = pdbReader.getStructure(pdbFile);

    structurePanel.setStructure(structure);
  }
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.