icons.htm

来自「applet在線上繪圖,允許在瀏覽器上繪圖,最後儲存成各式的圖檔」· HTM 代码 · 共 47 行

HTM
47
字号
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
   <title>Custom icons</title>
   <link REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</head>

<body>
<a href="./index.htm">CONTENTS</a>

<h3>Creating custom icons</h3>

<p>The icons of the <a href="placing.htm#Tool">Tool</a>,
   <a href="placing.htm#System">System</a>, and
   <a href="placing.htm#Pen">Pen</a> Panels are GIF images.
   They are kept in the file <b>painter.jar</b>, which is a regular ZIP archive.<br />
   To replace the icons:</p>

<ol>
    <li>Rename <code>paniter.jar</code> to <code>paniter.zip</code> and unpack it with any ZIP utility.</li>
    <li>Replace the images in the subdirectory <b>icons</b> with your own.</li>
    <li>Pack all the unpacked files bak to the archive and rename it to <code>paniter.jar</code>.</li>
</ol>

<p>&nbsp;</p>

Some Notes:
<ul>
  <li>You can use several sets of icons keeping them in different directories in the archive.<br />
      To display icons from a directory other then <code>icons</code> you have to specify
      the directory name using the parameter <code>icondir</code>:
      <pre>&lt;param name="icondir" value="myicons/"&gt;</pre>
      
      This parameter can be set for each Panel individually.
      <br />&nbsp;<br />
  </li>
  
  <li>Clip art images for the <a href="placing.htm#ClipArt">ClipartPanel</a> also can be kept in the archive.
      <br />The default location of clip arts is the root directory of the archive.
  </li>

</ul>

</body>
</html>

⌨️ 快捷键说明

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