⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 soundmap.html

📁 完整的java代码 希望对大家有帮助 谢谢 支持
💻 HTML
字号:
<HTML>
<HEAD>
<TITLE>The Soundmap Applet</TITLE>
</HEAD>
<BODY BGCOLOR="#b0b0b0">
Clicking one one of the buttons will make your browser
jump to the appropriate section of the table of contents below.
Note the use of the status line.
<P>
<APPLET code="com/davidflanagan/examples/applet/Soundmap.class"
	codebase="../../../../"
	width=288 height=191>
  <PARAM name="image" value="java_parts.gif">
  <PARAM name="sound" value="chirp.au">
  <PARAM name="rect0" value="114,90,151,33,#p1">
  <PARAM name="rect1" value="114,123,151,33,#p2">
  <PARAM name="rect2" value="114,156,151,33,#p3">
</APPLET>

<H2>Java Examples in a Nutshell: Table of Contents</H2>
<HR>

<PRE>
Preface

<a name="p1">
Part I: Core APIs

Chapter 1 Java Basics
Chapter 2 Object, Classes and Interfaces
Chapter 3 Input/Output
Chapter 4 Threads
Chapter 5 Networking
Chapter 6 Security and Cryptography
Chapter 7 Internationalization
Chapter 8 Reflection
Chapter 9 Object Serialization













<a name="p2">
Part II: Graphics and Graphical User Interfaces

Chapter 10 Graphical User Interfaces
Chapter 11 Graphics                 
Chapter 12 Printing
Chapter 13 Data Transfer
Chapter 14 Java Beans
Chapter 15 Applets






















<a name="p3">
Part III Enterprise APIs

Chapter 16 Remote Method Invocation
Chapter 17 Database access with SQL
Chapter 18 Servlets & JSP
Chapter 19 XML




























</PRE>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -