src/share/classes/java/applet/package.html

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:


  38 The applet context is an application that is responsible for loading and running
  39 applets. For example, the applet context could be a Web browser or an applet
  40 development environment.
  41 <p>
  42 <!--
  43 <h2>Package Specification</h2>
  44 
  45 ##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
  46 <ul>
  47   <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
  48 </ul>
  49 
  50 <h2>Related Documentation</h2>
  51 
  52 For overviews, tutorials, examples, guides, and tool documentation, please see:
  53 <ul>
  54   <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
  55 </ul>
  56 -->
  57 
  58 @since JDK1.0
  59 </body>
  60 </html>


  38 The applet context is an application that is responsible for loading and running
  39 applets. For example, the applet context could be a Web browser or an applet
  40 development environment.
  41 <p>
  42 <!--
  43 <h2>Package Specification</h2>
  44 
  45 ##### FILL IN ANY SPECS NEEDED BY JAVA COMPATIBILITY KIT #####
  46 <ul>
  47   <li><a href="">##### REFER TO ANY FRAMEMAKER SPECIFICATION HERE #####</a>
  48 </ul>
  49 
  50 <h2>Related Documentation</h2>
  51 
  52 For overviews, tutorials, examples, guides, and tool documentation, please see:
  53 <ul>
  54   <li><a href="">##### REFER TO NON-SPEC DOCUMENTATION HERE #####</a>
  55 </ul>
  56 -->
  57 
  58 @since 1.0
  59 </body>
  60 </html>