<?xml version="1.0" encoding="utf-8"?>
<!-- JNLP file for the MBT GrayPanel1_NoSplitPane application -->
<jnlp
	spec="1.0+"
	codebase="http://www.sdsc.edu/~moreland/projects/MBT/">
	<information>
		<title>MBT GrayPanel1_NoSplitPane</title>
		<vendor>San Diego Supercomputer Center</vendor>
		<homepage href="http://mbt.sdsc.edu"/>
		<description>MBT GrayPanel1_NoSplitPane</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="GrayPanel1_NoSplitPane_signed.jar"/>
		<jar href="GrayPanel_mbt_signed.jar"/>
	</resources>
	<application-desc main-class="GrayPanel1_NoSplitPane">
		<argument>-p</argument> <argument>5ebx</argument>
	</application-desc>
</jnlp>

