diff options
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; |