Jalview-JS/JAL-3253-applet JAL-3192 secondary core files
[jalview.git] / src / jalview / gui / StructureViewer.java
index a49b136..8f4f29c 100644 (file)
@@ -49,6 +49,20 @@ import java.util.Map.Entry;
  */
 public class StructureViewer
 {
+
+  static
+  {
+    /**
+     * This is the entry class. Load the core file directly, if it exists. See
+     * buildcore.xml.
+     * 
+     * 
+     * @j2sNative
+     * 
+     *            swingjs.JSUtil.loadStaticResource$S("core/core_jvjmol.z.js");
+     */
+  }
+
   private static final String UNKNOWN_VIEWER_TYPE = "Unknown structure viewer type ";
 
   StructureSelectionManager ssm;