Daily Archives: April 15, 2014


Improvements To Current GUI Designs

We write user interfaces using 3 different platforms. Swing (Java emulated) SWT (Java native) GWT (Java to Javascript native) Each of these platforms has a different programming interface for working with widgets.  In order for us to write code common to all of them, we borrowed their best ideas, and […]