summaryrefslogtreecommitdiffstats
path: root/www/devmaster/lesson1.htm
diff options
context:
space:
mode:
authorathomas <[email protected]>2003-06-28 03:30:48 +0000
committerathomas <[email protected]>2003-06-28 03:30:48 +0000
commita82cd653bf481f2cec821a5967f253e6cd0017d0 (patch)
tree1704fac58b779339f92d74fc400af25ead60224d /www/devmaster/lesson1.htm
parent7367adbb9c40ce66d5af618fece0167fade1931f (diff)
initial checkin
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/svn-server-sync-demos/joal-demos/trunk@6 235fdd13-0e8c-4fed-b5ee-0a390d04b286
Diffstat (limited to 'www/devmaster/lesson1.htm')
-rw-r--r--www/devmaster/lesson1.htm7
1 files changed, 5 insertions, 2 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>