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

📄 icons.htm

📁 applet在線上繪圖,允許在瀏覽器上繪圖,最後儲存成各式的圖檔
💻 HTM
字号:
<!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -