lgantt.jnlp

来自「Owing to the applet Gantt chart source y」· JNLP 代码 · 共 19 行

JNLP
19
字号
<jnlp spec="0.2 1.0" codebase="http://ghannid.homeip.net/lgantt" href="lgantt.jnlp">
   <information> 
      <title>lGantt 0.3</title> 
      <vendor>Carlos Silva A.</vendor>
      <homepage href="http://ghannid.homeip.net/lgantt/index.html"/>
      <description>Litle Gantt Project Help</description>
      <description kind="short">Generador de Cartas Gantt</description>
      <icon href="lgantt_icon.gif"/>
   </information> 
   <security>
	<all-permissions/>
   </security>
   <resources>
      <j2se version="1.3+" href="http://java.sun.com/products/autodl/j2se"/>
      <jar href="lgantt.jar" main="true" download="eager"/>
   </resources>
   <application-desc main-class="jgantt.JGanttMain"/>
</jnlp> 

⌨️ 快捷键说明

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