close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_fs.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Aug 10, 2009, 12:43:50 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v5
|
v6
|
|
28 | 28 | |
29 | 29 | * 將下載的SWT庫添加到項目的 Java 路徑中 |
30 | | * 開啟Eclipse,並建立專案目錄 |
31 | | * 專案目錄 -右鍵-> Properties -> Java Build Path |
| 30 | * 開啟Eclipse,File -> new -> project 建立專案 ve |
| 31 | * 點專案 ve -右鍵-> Properties -> Java Build Path |
32 | 32 | * 選Libraries 標籤 -> Add Library -> Standard Widget Toolkit (SWT) -> Next -> 勾選 「Include support for JFace library」 |
33 | 33 | * 回到 Properties -> Finish -> OK 。完成swt的函式引入 |
… |
… |
|
35 | 35 | = 4. 測試 = |
36 | 36 | |
37 | | * 新建Visual Class類型java文件就可進行VE測試。 |
| 37 | * new -> java -> Visual Class -> .. 完成 |
| 38 | * 畫面打開 palette就可以看到swt的按鈕 |
38 | 39 | |
39 | 40 | == Reference == |