Skip to content

Commit

Permalink
put "Run, Reset, ..." buttons above NetLogo model
Browse files Browse the repository at this point in the history
  • Loading branch information
stepheneb committed Mar 7, 2012
1 parent a6575b0 commit 2669e5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions index.html
Expand Up @@ -9,6 +9,11 @@
<h1>Simple Global Climate Change NetLogo Applet</h1>
<ul class="hlist">
<li>
<p><i>
<b>WIP: </b>JavaScript buttons controling the NetLogo model. The <b>Run</b> button
only executes one model step each time it is clicked, but the <b>Reset</b> and
<b>Watch Sunray</b> buttons work the same way the buttons inside the applet do.
</i></p>
<div id="appletwrapper">
<applet id="applet" code="org.nlogo.lite.Applet" archive="NetLogoLite.jar" width="600" height="500">
<param name="DefaultModel" value="GCCModel.v3.nlogo">
Expand Down
2 changes: 1 addition & 1 deletion styles.css
Expand Up @@ -36,7 +36,7 @@ table { border: 1px solid gray;
ul {
list-style-type: none;
padding: 0em 0em;
margin: 1.0em 0em;
margin: 0.5em 0em;
width: 100%; }
ul li {
margin: 0em;
Expand Down

0 comments on commit 2669e5e

Please sign in to comment.