Complete the following class. You have a string which represents a 3D protein structure, and you want to view this structure. Work out how to get BioJava to do this for you.
package uk.ac.ncl.csc8311; public class ViewPdbArticle { static String identifier = "3cap"; public static void main(String[] args) throws Exception { } }