applet.ihtml

来自「基于applet来实现条形码的生成方案」· IHTML 代码 · 共 24 行

IHTML
24
字号
<html>
  <head>
    <title>Barcode4J Demo Applet</title>
  </head>
  <body>
    <h1>Instructions</h1>
    <p>
      This little java applet demonstrates Barcode4J's output. Play around with it 
      and see how it works. Try the different barcode formats by selecting a new 
      one from the barcode format popup. If a combination of barcode type and message 
      generates an error, move your mouse over the region where the barcode should 
      have been. A little popup will show you the error message.
    </p>
    <p>
      <applet name="barcode4j-demo-applet" width="400" height="300" align="middle" archive="barcode4j-demo-applet.jar,barcode4j-light.jar" code="org.krysalis.barcode4j.applet.DemoApplet.class">Java needed to display this Applet.</applet>
    </p>
    <p>
      The source code for this applet can be found under "examples/demo-applet". The applet
      also serves as a demonstration of the new JavaBean-style API and of using Barcode4J
      in a AWT/Java2D environment.
    </p>
  </body>
</html>

⌨️ 快捷键说明

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