📄 appendix-c.html
字号:
<HTML>
<HEAD>
<META name=vsisbn content="1571690433"><META name=vstitle content="Black Art of Java Game Programming"><META name=vsauthor content="Joel Fan"><META name=vsimprint content="Sams"><META name=vspublisher content="Macmillan Computer Publishing"><META name=vspubdate content="11/01/96"><META name=vscategory content="Web and Software Development: Programming, Scripting, and Markup Languages: Java"><TITLE>Black Art of Java Game Programming:Sources of Java Information</TITLE>
<!-- HEADER --><STYLE type="text/css"> <!-- A:hover { color : Red; } --></STYLE><META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"><script><!--function displayWindow(url, width, height) { var Win = window.open(url,"displayWindow",'width=' + width +',height=' + height + ',resizable=1,scrollbars=yes'); if (Win) { Win.focus(); }}//--></script><SCRIPT><!--function popUp(url) { var Win = window.open(url,"displayWindow",'width=400,height=300,resizable=1,scrollbars=yes'); if (Win) { Win.focus(); }}//--></SCRIPT><script language="JavaScript1.2"><!--function checkForQuery(fm) { /* get the query value */ var i = escape(fm.query.value); if (i == "") { alert('Please enter a search word or phrase'); return false; } /* query is blank, dont run the .jsp file */ else return true; /* execute the .jsp file */}//--></script></HEAD><BODY>
<TABLE border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=75 valign=top>
<img src="1571690433.gif" width=60 height=73 alt="Black Art of Java Game Programming" border="1">
</td>
<td align="left">
<font face="arial, helvetica" size="-1" color="#336633"><b>Black Art of Java Game Programming</b></font>
<br>
<font face="arial, helvetica" size="-1"><i>by Joel Fan</i>
<br>
Sams, Macmillan Computer Publishing
<br>
<b>ISBN:</b> 1571690433<b> Pub Date:</b> 11/01/96</font>
</td>
</tr>
</table>
<P>
<!--ISBN=1571690433//-->
<!--TITLE=Black Art of Java Game Programming//-->
<!--AUTHOR=Joel Fan//-->
<!--AUTHOR=Eric Ries//-->
<!--AUTHOR=Calin Tenitchi//-->
<!--PUBLISHER=Macmillan Computer Publishing//-->
<!--IMPRINT=Sams//-->
<!--APPENDIX=C//-->
<!--PAGES=857-858//-->
<!--UNASSIGNED1//-->
<!--UNASSIGNED2//-->
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="ewtoc.html">Table of Contents</A></TD>
</TR>
</TABLE>
</CENTER>
<P><BR></P>
<H2><A NAME="Heading1"></A><FONT COLOR="#000077">Appendix C:<BR>Sources of Java Information
</FONT></H2>
<P><FONT SIZE="+1"><B>The Internet</B></FONT></P>
<P>The Internet, of course, is an unequaled fount of information about Java. Check out the Web sites and newsgroups that specialize in Java.
</P>
<P><FONT SIZE="+1"><B><I>Java Web Sites</I></B></FONT></P>
<P>There are an incredible number of Web sites with information about Java. Here are just a few Web sites to get you started:
</P>
<DL>
<DD><B>•</B> <A HREF="http://java.sun.com/">http://java.sun.com/</A>. This site has the latest, definitive Java news and documentation.
<DD><B>•</B> <A HREF="http://www.javaworld.com/">http://www.javaworld.com/</A>. This is the site of a popular Java magazine.
<DD><B>•</B> <A HREF="http://www.gamelan.com/">http://www.gamelan.com/</A>. This site is a searchable directory of Java applets from around the Web.
<DD><B>•</B> <A HREF="http://www.io.org/∼mentor/">http://www.io.org/∼mentor/</A>. This site maintains a newsletter devoted to Java issues.
<DD><B>•</B> <A HREF="http://cafe.symantec.com/">http://cafe.symantec.com/</A>, <A HREF="http://www.borland.com/">http://www.borland.com/</A>, <A HREF="http://www.microsoft.com/">http://www.microsoft.com/</A>. Symantec, Borland, and Microsoft are three companies that have created Java development environments.
</DL>
<P><FONT SIZE="+1"><B><I>Java Newsgroups</I></B></FONT></P>
<P>Sometimes, the fastest way to resolve a question about Java (or anything else) is to post the question to a newsgroup. Start with the series of newsgroups under comp.lang.java, such as
</P>
<DL>
<DD><B>•</B> comp.lang.java
<DD><B>•</B> comp.lang.java.api
<DD><B>•</B> comp.lang.java.programmer
<DD><B>•</B> comp.lang.java.security
<DD><B>•</B> comp.lang.java.tech
</DL>
<P><FONT SIZE="+1"><B><I>Sound and Image Resources</I></B></FONT></P>
<P>There are numerous archives of public-domain sounds and images on the Internet that you can use in your games. As of this writing, Java supports .au files (U-LAW audio format) recorded at 8 bits with an 8KHz sampling rate. Attempts to use other audio file formats, or even .au files with different sampling rates, can cause your program to crash! Similarly, images should be in the GIF format to ensure maximum portability of your games.
</P>
<P>Here are some sites with sound and image resources:</P>
<DL>
<DD><B>•</B> To convert between sound file formats, use a utility such as SoX (Sound Exchange). SoX can be obtained at <A HREF="http://www.spies.com/sox/">http://www.spies.com/Sox/</A>. SoX works on UNIX and PC platforms.
<DD><B>•</B> The Net has many shareware image editors that allow you to convert between all kinds of image file formats. One of the best is Lview, available at <A HREF="http://world.std.com/%7emmedia/lviewp.html/">http://world.std.com/%7Emmedia/lviewp.html/</A>. Lview lets you save images in the GIF89a format, which allows you to specify a transparent color for your bitmap. Lview is available for PCs.
<DD><B>•</B> A good place to get public domain sound and image files is <A HREF="http://sunsite.unc.edu/pub/multimedia/">http://sunsite.unc.edu/pub/multimedia/</A>. Again, remember to convert what you download to the appropriate Java-compatible format.
<DD><B>•</B> Another interesting multimedia site is somewhere in Poland, <A HREF="http://info.fuw.edu.pl/multimedia.html">http://info.fuw.edu.pl/multimedia.html</A>.
</DL>
<P>Of course, this list is just a microscopic sample of what’s out there. Search the Net and you’ll find many more resources!
</P><P><BR></P>
<CENTER>
<TABLE BORDER>
<TR>
<TD><A HREF="ewtoc.html">Table of Contents</A></TD>
</TR>
</TABLE>
</CENTER>
</BODY>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -