-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (37 loc) · 1.33 KB
/
index.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Mon Mar 19 19:35:45 CST 2007-->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Java Platform SE 6
</TITLE>
<SCRIPT type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
function loadFrames() {
if (targetPage != "" && targetPage != "undefined")
top.classFrame.location = top.targetPage;
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<FRAMESET cols="20%,80%" title="" onLoad="top.loadFrames()">
<FRAMESET rows="30%,70%" title="" onLoad="top.loadFrames()">
<FRAME src="overview-frame.html" name="packageListFrame" title="所有软件包">
<FRAME src="allclasses-frame.html" name="packageFrame" title="所有类和接口(除了非静态嵌套类型)">
</FRAMESET>
<FRAME src="overview-summary.html" name="classFrame" title="软件包、类和接口描述" scrolling="yes">
<NOFRAMES>
<H2>
框架警报</H2>
<P>
请使用框架功能查看此文档。如果看到此消息,则表明您使用的是不支持框架的 Web 客户机。
<BR>
链接到<A HREF="overview-summary.html">非框架版本。</A>
</NOFRAMES>
</FRAMESET>
</HTML>