Posted on 2007-04-08 19:09
leekiang 閱讀(253)
評(píng)論(0) 編輯 收藏
1,Thinlet
thinlet是一個(gè)GUI工具包。它分離了表達(dá)圖形界面(在XML中描述)與程序商業(yè)邏輯(在java代碼中)的代碼。http://thinlet.sourceforge.net/home.html有個(gè)國(guó)人所寫(xiě)的
SWT-XUI與之類似,
這里有討論。
2,yWorks Ant Explorer
yWorks的
Ant Explorer是一個(gè)可以圖形化Ant腳本,并且執(zhí)行Ant Task的Eclipse插件。
3, KTable
KTable is a custom SWT table widget that provides a flexible grid of cells to display data. Since it is custom-drawn, it does not have the restrictions of the native SWT Table control.
http://sourceforge.net/projects/ktable/ 4, gnugo
開(kāi)源的圍棋軟件
http://panda-igs.joyjoy.net/java/gGo/gnugo.html 可放在
MultiGo中進(jìn)行對(duì)弈。
5, JFormula
JFormula是一個(gè)計(jì)算不同數(shù)學(xué)表達(dá)式的數(shù)學(xué)庫(kù)。
用戶能自行添加函數(shù)或者操作符,立即求出字符串代表變量的值。