-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTension.html
More file actions
48 lines (43 loc) · 1.21 KB
/
Tension.html
File metadata and controls
48 lines (43 loc) · 1.21 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TwoDOF</title>
<script src="../../../site/swingjs/swingjs2.js"></script>
<script>
if (!self.SwingJS)alert('swingjs2.js was not found.')
Info = {
code: "General.Prog1.Tension.Tension",
main: null,
core: "_eVibJS",
width: 600,
height: 500,
readyFunction: null,
serverURL: null,
j2sPath: '../../../site/swingjs/j2s',
console: window.console,
allowjavascript: true
}
</script>
</head>
<body style="background-color: #FFFFFF;">
<p><img style="vertical-align: bottom;" src="heading.jpg" width=520 height=37></p>
<p><table width=720 style="border-collapse: collapse;">
<tr>
<td>
<p><span style="color: #003333; font-size: larger">Simulation of mass on 2
springs in tension.</span></p>
<p>This system may have two equilibrium positions.</p>
<p>
<script>
SwingJS.getApplet('TensionApplet', Info)
</script>
<div id="TensionApplet" style="width: 600px; height: 500px; vertical-align: bottom;"/><br>
</p>
</td>
</tr>
</table>
</p>
</body>
</html>