📄 msgintr.html
字号:
<!doctype html public "-//w3c//dtd html 4.0 transitional//en"><html><head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="GENERATOR" content="Mozilla/4.5 [en] (X11; I; SunOS 5.7 sun4u) [Netscape]"></head><body BGCOLOR="#FFFFFF"><b><font color="#3333FF">Message Tool</font></b><br><img SRC="rainbow.gif" height=5 width=576><br><b><font size=+1>Introducing Message Tool</font></b><p>Message Tool can be used to automatically or interactively<br>find and convert non-internationalized strings in java source<br>files, its main functions are as follows:<ol><li>Find out all messages(strings) used in a java source file<br>according to the <a href="policy.html">verifier policy</a> and classifythe messages as:<ul><li>Converted(Finished)</li><li>Need to be converted(Error)</li><li>Need not to be converted(Frozen)</li></ul></li><li>Define resource objects which can be instances of<br>user-defined resource bundle or ListResourceBundle,<br>PropertyResourceBundle, ArrayResourceBundle.<br></li><li>Convert the messages.<br>For example, if Message Tool finds the Java source code:<br><b>Menu fileMenu=new Menu("File"); </b> where "File" isnon-internationalized message,it can convert the message<br>to the form:<br><b>Menu fileMenu=new Menu(aBundle.getString("File"));</b><br>where <b>aBundle</b> is an object of MyResource class,<br>and <b>MyResource</b>is a class extends ListResourceBundle class.<br>The object is defined in the java source file like:<br><b>ResourceBundle aBundle= ResourceBundle.getBundle("MyResource", Locale.getDefault());</b><br></li><li>Export all generated resource files.<br></li><li>Includes all functions <b>I18n Verifier</b> can offer.</li></ol></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -