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

📄 index.html

📁 java good!
💻 HTML
字号:
<html>

<head>
<TITLE>jGuru: Internationalization: Introduction</TITLE>
<style>
<!--
a{text-decoration:none;}
a:hover{color:6699cc; }
body{background-color:white;}
-->
</style>
</head>

<BODY BACKGROUND="images/watermark.gif" BGCOLOR="#FFFFFF" LINK="#006699" VLINK="#006699">

<table width=100% cellpadding=0 cellspacing=0 border=0>
<tr><td bgcolor="#336699" colspan=2 align=right><img src="images/topbar.gif" width=600 height=14 alt="" border="0"></td></tr>
<tr><td colspan=2>&nbsp;</td></tr>
<tr valign=top>

<td valign="top" width="140"><div align="center"><img src="images/logo.gif" width=78 height=90 alt="" border="0"></div>
<font color="#0000FF" size="1" face="verdana,arial,helvetica"><strong>
	<a href="contents.html">Start the tutorial</a><br><img src="images/spacer.gif" width=1 height=4 alt="" border="0"><br>

<img src="images/spacer.gif" width=1 height=4 alt="" border="0"><br>
<!-- AFTER GUTTER -->

<img src="images/spacer.gif" width=140 height=1 alt="" border="0">
</strong></font>
</td>

<TD valign=top align=left>

<!-- START CONTENT -->

<H1><strong>Internationalization: Introduction</strong></H1>
<p>
Parlez-vous Java? Internationalization teaches your Java programs to
speak in tongues. Through the use of the ingenious <tt>Locale</tt>
object, you can design your programs for localization with
a minimum of effort and a maximum of portability. With localized
strings, currencies, numbers, dates, and GUI components, "write once,
run anywhere" takes on a whole new meaning...
</p><br>
<h3>Concepts</h3>
<p>
After completing this module you will understand:
<ul>
<li>What support is available for localization</li>
<li>Why you should internationalize your applications</li>
</ul>
</p><br>
<h3>Objectives</h3>
<p>
By the end of this module you will be able to:
<ul>
<li>Use resource bundles</li>
<li>Localize numbers and dates</li>
<li>Localize AWT components</li>
<li>Localize messages</li>
<li>Display Unicode characters</li>
</ul>
</p><br>
<br>
<a><a href="contents.html"><h3>Start the tutorial</h3></a>
<br>
<!-- END CONTENT -->

</td>
</tr>

<tr><td colspan=2>&nbsp;</td></tr>

<tr><td bgcolor="#336699" colspan=2><img src="images/footer.gif" width=600 height=9 alt="" border="0"></td></tr>

<tr><td colspan=2><font FACE="verdana,arial,helvetica" SIZE="1">Copyright 1996-2000 jGuru.com</font></td></tr>
</table>


</body>
</html>

⌨️ 快捷键说明

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