summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/devmaster/lesson1.htm7
-rw-r--r--www/index.html2
2 files changed, 6 insertions, 3 deletions
diff --git a/www/devmaster/lesson1.htm b/www/devmaster/lesson1.htm
index 172b0de..4c28451 100644
--- a/www/devmaster/lesson1.htm
+++ b/www/devmaster/lesson1.htm
@@ -18,10 +18,11 @@
<p align="center" class="title"><span class="title"><font size="5">Single Static
Source</font></span><font size="4"><br>
<b>Lesson 1</b></font></p>
+<p align="center" class="title"><b><font size="4">from <a href="http://www.devmaster.net">DevMaster.net</a></font></b></p>
<p align="center" class="title"> <span class="author">Author: <a href="mailto:[email protected]"><font color="#888888">Jesse
Maurais</font></a> </span><br>
- Adapted for Java by: Athomas Goldberg</p>
+ Adapted for Java by: <a href="mailto:[email protected]"><font color="#888888">Athomas Goldberg</font></a></p>
<p>Welcome to the exciting world of OpenAL! OpenAL
is still in a stage of growth, and even though there is an ever larger following
to the API it still hasn't reached it's full potential. One of the big reasons
@@ -60,7 +61,7 @@ with it. But before we do that we have to learn the basics.</p>
<font color="#0000FF">import</font> net.java.games.joal.util.*;
<font color="#0000FF">import</font> java.io.*;
<font color="#0000FF">import</font> java.nio.ByteBuffer;</pre>
-<pre class=code><font color="#0000FF">public</font> <font color="#0000FF">class</font> SimpleStaticSound {
+<pre class=code><font color="#0000FF">public</font> <font color="#0000FF">class</font> SingleStaticSource {
<font color="#0000FF"><span class=codeComment>static</span></font><span class=codeComment> AL al = ALFactory.getAL();
@@ -254,5 +255,7 @@ enough for you. It may have been a little too simple for the 1337 h4X0r, but we
all got to start somewhere. Things will get more advanced as we go along.</p>
<p> <a href="http://joal-demos.dev.java.net/files/documents/534/256/lesson1.zip">Download
the Java Source and Ant Build File</a></p>
+<p>&copy; 2003 <a href="http://www.devmaster.net">DevMaster.net</a> all rights
+ reserved. </p>
</body>
</html>
diff --git a/www/index.html b/www/index.html
index 221f84b..2efae9e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -95,7 +95,7 @@
<li> OpenAL Tutorials (<a href="http://www.devmaster.net">www.devmaster.net</a>)
<ul>
<li><a href="devmaster/lesson1.htm">lesson1</a>: Single
- Static Sound</li>
+ Static Source</li>
</ul>
</li>
</ul></td>