Posted on 2007-04-08 19:09
leekiang 阅读(250)
评论(0) 编辑 收藏
1,Thinlet
thinlet是一个GUI工具包。它分离了表达图形界面(在XML中描述)与程序商业逻辑(在java代码中)的代码。http://thinlet.sourceforge.net/home.html有个国人所写的
SWT-XUI与之类似,
这里有讨论。
2,yWorks Ant Explorer
yWorks的
Ant Explorer是一个可以图形化Ant脚本,并且执行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
开源的围棋软件
http://panda-igs.joyjoy.net/java/gGo/gnugo.html 可放在
MultiGo中进行对弈。
5, JFormula
JFormula是一个计算不同数学表达式的数学库。
用户能自行添加函数或者操作符,立即求出字符串代表变量的值。