<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP file for the MBT Explorer application -->
<jnlp
	spec="1.0+"
	codebase="http://mbt.sdsc.edu/apps/Explorer/">
	<information>
		<title>MBT Explorer</title>
		<vendor>San Diego Supercomputer Center</vendor>
		<homepage href="http://mbt.sdsc.edu"/>
		<description>MBT Explorer</description>
		<description kind="short">A simple 3D structure viewer for the Molecular Biology Toolkit.</description>
		<icon href="Explorer.jpg"/>
		<offline-allowed/>
	</information>
	<security>
			<all-permissions/>
	</security>
	<resources>
		<j2se version="1.4+" initial-heap-size="100m" max-heap-size="300m"/>
		<jar href="Explorer_signed.jar"/>
		<jar href="mbt_signed.jar"/>
	</resources>
	<applet-desc main-class="Explorer"
		codebase="index.html"
		name="Explorer"
		width="500"
		height="300"
		>
		<param name="pdbid" value="5ebx"/>
	</applet-desc>
</jnlp>

