Package org.biojava.bio.structure.io

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

Related Classes of org.biojava.bio.structure.io.PDBFileReader

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.