Skip to content

Commit 8d6cd52

Browse files
author
Justin Lin
committed
formatting
1 parent ee73f3b commit 8d6cd52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CH19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ private void processTextArea() {
961961

962962
由於先前已經顯示出相關的程式碼片段,這邊就不再貼出完整的範例檔,您可以直接在光碟中找到完整的程式碼(JNotePad.java),另一方面,這個程式還可以加上更多的功能,在光碟中也有實作出有工具列、有圖示、具列印功能的文字編輯器,有興趣的話可以自行參考。
963963

964-
19.5 Executable Jar的製作
964+
19.5 Executable Jar 的製作
965965
-------------------------
966966

967967
撰寫 Java 程式到這邊,相信您一定會有所疑問的是,編出來的 .class 檔案越來越多,難道要將這一堆 .class 檔案直接給想要執行程式的人嗎?在 Windows 下的話,有沒有辦法按一下檔案,就可以執行程式呢?

0 commit comments

Comments
 (0)