资 源 简 介
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.