diff options
author | athomas <[email protected]> | 2003-06-29 02:44:41 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-06-29 02:44:41 +0000 |
commit | 8bf2b32da563ce906ffce971d9bfb803ff9559e0 (patch) | |
tree | 9eda09400c2cd4d261ca6cbe36e69e3f22e7fdc5 /www | |
parent | a6abfd2da66bb04739dcddf13d9dc382c1d1b831 (diff) |
set paragraph alignment to "justify"
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@24 235fdd13-0e8c-4fed-b5ee-0a390d04b286
Diffstat (limited to 'www')
-rw-r--r-- | www/devmaster/lesson1.html | 5 | ||||
-rw-r--r-- | www/devmaster/lesson2.html | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/www/devmaster/lesson1.html b/www/devmaster/lesson1.html index 69cab92..c835869 100644 --- a/www/devmaster/lesson1.html +++ b/www/devmaster/lesson1.html @@ -232,9 +232,8 @@ all the memory and audio devices that our program may be using.</p> <span class=codeComment><font color="#006600"> </font></span><span class=codeComment><font color="#006600"> </font></span><span class=codeComment><font color="#006600"> </font></span>) <span class=codeComment><font color="#006600"> </font></span><span class=codeComment><font color="#006600"> </font></span>); </pre> -<p align="justify">We will check to see if the wav files loaded correctly. If - not we must exit the program. Then we update the listener values, and finally - we set our exit procedure.</p> +<p align="justify">We will check to see if the wav files loaded correctly. If not we must exit the program. Then we update the listener values, +and finally we set our exit procedure.</p> <pre class=code><font color="#0000FF"> char</font>[] c = new <font color="#0000FF">char</font>[1]; <font color="#0000FF"> </font><font color="#0000FF"> while</font>(c[0] != 'q') { <font color="#0000FF"> </font><font color="#0000FF"> </font><font color="#0000FF">try</font> { diff --git a/www/devmaster/lesson2.html b/www/devmaster/lesson2.html index 68c05e1..7a1b035 100644 --- a/www/devmaster/lesson2.html +++ b/www/devmaster/lesson2.html @@ -37,9 +37,8 @@ Fade-away</font></span><font size="4"><br> Maurais<br> </font></a></span><span class="author">Adapted for Java By: <a href="mailto:[email protected]"><font color="#888888">Athomas Goldberg </font></a> </span></p> -<p align="jusify">Hope you found the last tutorial of some use. I know I did. This will be a -real quick and easy tutorial. It won't get too much more complicated at this -point.</p> +<p align="justify">Hope you found the last tutorial of some use. I know I did. This will be a +real quick and easy tutorial. It won't get too much more complicated at this point.</p> <pre > <font color="#0000FF">import </font>java.nio.ByteBuffer; <font color="#0000FF">import </font>net.java.games.joal.AL; |