forked from xy2401/local-doc-java-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
92 lines (75 loc) · 2.54 KB
/
index.html
File metadata and controls
92 lines (75 loc) · 2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE>Java(TM) Plugin Component</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#000077" ALINK="#FF0000">
<TABLE summary="layout" BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="60">
<IMG SRC="../../images/javalogo52x88.gif" ALT="Java" BORDER=0 WIDTH=52 HEIGHT=88>
</TD>
<TD>
<center>
<h1>The Java<sup><font size="-2">TM</font></sup> Plug-in Component</h1>
</center>
</TD>
<TD ALIGN=RIGHT VALIGN=TOP>
<font size="-1"><a href="../../index.html">Documentation Contents</a></font>
</TD>
</TR>
</TABLE>
<!-- Body text begins here -->
<blockquote>
The Java<sup><font size="-2">TM</font></sup> Plug-in component enables
applets written to the Java 2 Platform 1.4 specification to be run in
Netscape Navigator and Microsoft Internet Explorer web browsers.
</blockquote>
<font size="+2"><b>Java Plug-in Developer Guide</b></font>
<blockquote>
The <b><a href="developer_guide/contents.html">Java Plug-in Developer
Guide</a></b> (also available in <b><a href="../../../../1.4/pdf/plugin-dev-guide-1.4.2.pdf">PDF</b></a>) provides documentation in the following areas:
<ul>
<li>Java Plug-in Basics
<li>Deployment Schemes
<li>Security
<li>Debugging Support
<li>Advanced Topics
</ul>
</blockquote>
<font size="+2"><b>Common DOM API</b></font>
<blockquote>
Applet developers can use the <a href="dom/index.html"><b>Common DOM
API</b></a> when writing applets that are intended to be run with the
Java Plug-in. The Common DOM API enables developers to traverse
Document Object Models from within their applets. The Common DOM
API is supported only by the Java Plug-in, and it will not work if
used in conjunction with applications as opposed to applets, nor
will it work in applets that aren't run in the environment provided
by the 1.4 Java Plug-in.
</blockquote>
<!-- Body text ends here -->
<!-- ============================================================== -->
<HR SIZE=3 NOSHADE>
<TABLE summary="layout" BORDER="0" WIDTH="100%">
<TR VALIGN=TOP>
<TD>
<P><FONT SIZE="-2">
<A HREF="../../relnotes/SMICopyright.html">Copyright ©</A> 2002
<A HREF="http://www.sun.com/">Sun Microsystems, Inc.</A>
All Rights Reserved.</FONT></P>
<FONT SIZE="-1">
</FONT>
</TD>
<TD ALIGN=RIGHT>
<IMG SRC="../../images/sunlogo64x30.gif" ALT="Sun" BORDER=0 WIDTH=64 HEIGHT=30>
<BR>
<FONT SIZE="+1">
<i>Java Software</i>
</FONT>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>