-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOrbitMaster.jnlp
More file actions
31 lines (25 loc) · 913 Bytes
/
Copy pathOrbitMaster.jnlp
File metadata and controls
31 lines (25 loc) · 913 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<jnlp spec="1.5" href="Generic Asteroid _ OrbitMaster - Copy.jnlp">
<information>
<title>OrbitMaster</title>
<vendor>NoOne</vendor>
<description>OrbitMaster</description>
<homepage href="http://www.schreiner.edu"/>
<description kind="short">OrbitMaster</description>
<offline-allowed/>
</information>
<resources>
<jar href="OrbitViewer.jar"/>
</resources>
<applet-desc main-class="OrbitViewer" name="OrbitViewer" width="1366" height="768">
<param name="Name" value="Object">
<param name="Epoch" value="19991118.5">
<param name="M" value="356.648434">
<param name="e" value="0.07831587">
<param name="a" value="2.76631592">
<param name="Peri" value=" 73.917708">
<param name="Node" value=" 80.495123">
<param name="Incl" value=" 10.583393">
<param name="Eqnx" value="2000.0">
</applet-desc>
</jnlp>