首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > 可配置java桌面程序框架基于SWT。

可配置java桌面程序框架基于SWT。

资 源 简 介

I find that it is too bother to create a pretty Java GUI program with AWT, Swing, SWT, etc. Traditional GUI programming is difficult in Java. It says, it is not hard to learn how to develop program, but too expensive maintenance a project. The widgets shown are mixed with the logic code. Once the GUI changes, the logic might have to be changed a lot. Besides, the efficiency of programming might be much low. So I decided to find a method which can make GUI programming easily, configurable and efficiently in Java. According to the design patten "MVC", I found a way which could help us to easily setup a Java GUI program. It creates widgets automatically in term of the way shown in the configure file. The widgets are generated by SWT with the "reflect" technology.
VIP VIP
0.177656s