home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / jbecd.bin / JBE-CD / JavaByExample / chap03 / lst3_3.txt < prev   
Encoding:
Text File  |  1996-05-06  |  333 b   |  15 lines

  1. <title>Big Benny</title>
  2. <h1>Welcome to Big Benny's Home Page</h1>
  3. <b>We're hot wired for Java!</b>
  4. <p>
  5. <applet 
  6.     codebase="applets"
  7.     code="BounceItem.class"
  8.     width=400
  9.     height=150>
  10. </applet>
  11. <p>
  12. <a href="applets/BounceItem.java">The source code</a>
  13. for this applet is available for your viewing pleasure.
  14.  
  15.