summaryrefslogtreecommitdiffstats
path: root/www/devmaster/lesson1.html
diff options
context:
space:
mode:
authorathomas <[email protected]>2003-06-29 02:44:41 +0000
committerathomas <[email protected]>2003-06-29 02:44:41 +0000
commit8bf2b32da563ce906ffce971d9bfb803ff9559e0 (patch)
tree9eda09400c2cd4d261ca6cbe36e69e3f22e7fdc5 /www/devmaster/lesson1.html
parenta6abfd2da66bb04739dcddf13d9dc382c1d1b831 (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/devmaster/lesson1.html')
-rw-r--r--www/devmaster/lesson1.html5
1 files changed, 2 insertions, 3 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> {