Differences

This shows you the differences between two versions of the page.

guide:applet [2008/09/01 14:55]
96.235.188.102 created
guide:applet [2009/11/05 10:35] (current)
james changed {{{ to <code>
Line 20: Line 20:
The .html file, at minimum, looks like this: The .html file, at minimum, looks like this:
-{{{+<code html>
<html> <html>
-<head> +  <head> 
-<title>My NetLogo Model: zzzzzzzzzz</title> +   <title>My NetLogo Model: zzzzzzzzzz</title> 
-</head> +   </head> 
-<body> + <body> 
-<p> +   <p> 
-<applet code="org.nlogo.window.Applet" +   <applet code="org.nlogo.window.Applet" 
-       archive="NetLogoLite.jar" +             archive="NetLogoLite.jar" 
-       width="**xxx**" height="**yyy**"> +             width="**xxx**" height="**yyy**"> 
- <param name="DefaultModel" +       <param name="DefaultModel" 
-         value="**zzzzzzzzzz**.nlogo"> +             value="**zzzzzzzzzz**.nlogo"> 
-</applet> +   </applet> 
-</p> + </p> 
-</body>+ </body>
</html> </html>
-}}}+</code>
 
guide/applet.1220295323.txt.gz · Last modified: 2008/09/01 14:55 by 96.235.188.102
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki