diff options
author | Kenneth Russel <[email protected]> | 2007-02-15 00:02:55 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2007-02-15 00:02:55 +0000 |
commit | 8fbdf997f4428e9d82ae73d6134c6cd1c02db436 (patch) | |
tree | f827cadcf2e1b522a300e4a0d5e7e8eba6a3d58a /www | |
parent | 80864f6c78766dfe76eb8183896af800b5c0f3d7 (diff) |
Added CustomText demo
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@207 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www')
-rwxr-xr-x | www/customtext_sm.jpg | bin | 0 -> 9803 bytes | |||
-rw-r--r-- | www/index.html | 63 |
2 files changed, 63 insertions, 0 deletions
diff --git a/www/customtext_sm.jpg b/www/customtext_sm.jpg Binary files differnew file mode 100755 index 0000000..9974b6e --- /dev/null +++ b/www/customtext_sm.jpg diff --git a/www/index.html b/www/index.html index 7ae4f60..0ab0f09 100644 --- a/www/index.html +++ b/www/index.html @@ -813,6 +813,69 @@ If running on <a href="https://mustang.dev.java.net/">Java SE 6 (Mustang)</a>, t + <div align="left"><font color="#ffffff"><strong>Custom Text</strong></font></div> + </td> + </tr> + <tr> + <td valign="top" bgcolor="#ffffff"> + + + <table border="0" cellpadding="5" cellspacing="1" + width="100%"> + <tbody> + <tr> + <td width="25%"> <br> + </td> + <td width="45%"> <strong>Description</strong> + </td> + <td width="5%"><br> + </td> + <td width="25%"> <strong>Requirements</strong> + </td> + </tr> + <tr> + <td width="25%"> <a + href="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-current/CustomText.jnlp"> <img + src="customtext_sm.jpg" width="160" height="160" alt="Launch CustomText demo"> + </a> </td> + <td width="45%">A more advanced demo of the TextRenderer, showing the use of a custom RenderDelegate to achieve fancy Java 2D-based font effects. + </td> + <td width="5%"><br> + </td> + <td width="25%">None</td> + </tr> + <tr> + </tr> + + + </tbody> + + </table> + </td> + </tr> + + </tbody> + + + </table> + </td> + </tr> + + </tbody> +</table> + +<table border="0" cellpadding="5" cellspacing="1" width="100%"> + <tbody> + <tr> + <td> + <table bgcolor="#6E94B7" border="0" cellpadding="5" + cellspacing="1" width="100%"> + <tbody> + <tr> + <td bgcolor="#6E94B7" valign="top"> + + + <div align="left"><font color="#ffffff"><strong>Text Flow</strong></font></div> </td> </tr> |