?? lottomadness.jnlp
字號:
1: <?xml version="1.0" encoding="utf-8"?>
2: <!-- JNLP File for LottoMadness Application -->
3: <jnlp
4: codebase="http://www.cadenhead.org/book/java24hours/java"
5: href="LottoMadness.jnlp">
6: <information>
7: <title>LottoMadness Application</title>
8: <vendor>Rogers Cadenhead</vendor>
9: <homepage href="http://www.java24hours.com"/>
10: <icon href="lottobigicon.gif"/>
11: <offline-allowed/>
12: </information>
13: <resources>
14: <j2se version="1.5"/>
15: <jar href="LottoMadness.jar"/>
16: </resources>
17: <application-desc main-class="LottoMadness"/>
18: </jnlp>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -