JBuilder Tip Of DayXML:namespace prefix = o ns = "urn:schemas-microsoft-com:Office:office" />
成都創(chuàng)新互聯(lián)公司2013年成立,先為蓮花等服務(wù)建站,蓮花等地企業(yè),進(jìn)行企業(yè)商務(wù)咨詢服務(wù)。為蓮花企業(yè)網(wǎng)站制作PC+手機(jī)+微官網(wǎng)三網(wǎng)同步一站式服務(wù)解決您的所有建站問題。每日提示
1、Package an application for web Start in two steps:
兩步打包一個(gè)Web Start應(yīng)用程序:
First , creat a JAR for your application files using the Archive Builder(Wizards |Archive Builder).
首先,利用文檔建筑器(Wizards |Archive Builder)為你的應(yīng)用程序文件創(chuàng)建一個(gè)JAR。
Second , run the Web Start Launcher wizard to create a sample home page and a .jnlp file.
然后,運(yùn)行Web Start Launcher wizard來創(chuàng)建一個(gè)實(shí)例主頁和一個(gè).jnlp文件
When you make the homepage available in a web server ,users who have Web Start installed can launch the application with a single click on the link in the homepage.
當(dāng)你把這個(gè)主頁放到一個(gè)服務(wù)器上時(shí),安裝了Web Start的用戶只需單擊主頁上的鏈接就可以啟動(dòng)該應(yīng)用程序
2、Compile with debug information
有調(diào)試信息的編譯:
Control your debug information .Choose from these debug options on the Build page of Progect Properties(Project|Project Properties):
控制你的調(diào)試信息。從工程屬性(Project|Project Properties)建造頁的以下調(diào)試選項(xiàng)里選擇
*source , Line , and Variable Information
源程序,所在行,和變量信息
*Source And Line Only
僅源程序和所在行
*Source Only
僅源程序
*None
沒有
Rebuild your project for these changes to take effect . In JBuilder Personal ,
重新構(gòu)造你的工程這些改動(dòng)會(huì)起作用。在JBuilder Personal中,
only two options are available: Source,Line,and Variable Information and Source And Line Only.
只有兩個(gè)選項(xiàng)時(shí)可用的:Source, Line, and Variable Information和 Source And Line Only.
3、Find the execution point
尋找中斷點(diǎn)
To find the current execution point ,choose Run|Show Execution Point or click the Show Current Frame icon on the debugger toolbar.
想要找到當(dāng)前的中斷點(diǎn),選擇Run|Show Execution Point 或者點(diǎn)擊在調(diào)試工具條上的Show Current Frame圖標(biāo)
4、File tab menu
文件標(biāo)簽菜單
You can run, debug ,make, and rebuild directly from the file tab menu in the content pane.
你可以從內(nèi)容面板的文件標(biāo)簽菜單直接的運(yùn)行,調(diào)試,構(gòu)造,和重建造
Right-click the file tab to choose any of these menu items .
右鍵單擊文件標(biāo)簽來選擇其中的菜單項(xiàng)。
The source file must have a public static main() method for Run and Debug to appear on the menu.
要使運(yùn)行和調(diào)試出現(xiàn)在菜單上,原程序必須有一個(gè)公共的靜態(tài)的main()方法。
5、Find documentation in the Help Viewer
在幫助瀏覽器中查找文件
There are several ways to find documentation in the Help Viewer:
以下有幾種從幫助瀏覽器中查找文件的途徑:
*Contents: displays an expandable Table of Contents for all books.
內(nèi)容:顯示一個(gè)關(guān)于所有書的可放大的表格
*Index: displays the index entries for all books.
索引:顯示所有書的索引
*Find: allows you to enter search words for all books.
查找:允許你輸入要查找的字符,在所有書中查找