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

📄 applet.ihtml

📁 生成二维条形码的java程序
💻 IHTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -