Posted in Process on Nov 8th, 2005
A common complaint about Java desktop applications is that they do not have a look and feel that is consistent with the operating system. Is this really a problem? Does anyone really care about UI consistency? Microsoft doesn’t, at least not in the same way as the complainers, and in this case I agree with […]
Read Full Post »
Posted in Process on Aug 4th, 2005
Trying to design an interface is nothing short of agonizing at times when we are dealing with users and their needs (or more to the point, requests). Most of us can relate to how hard it can be to get coherent requirements for an application.
Read Full Post »
Posted in Tools on Jun 16th, 2005
We all know that Swing has some issues of devability (usability from the developer point of view) and completeness. Now, SWT combined with JFace has indeed been impressive in many regards. I believe the issue of completeness has been addressed nicely with SWT. As far as devability, I think the jury is still out because […]
Read Full Post »
Posted in Tools on Jun 8th, 2005
I came across an article on oreillynet.com discussing the lack of open source projects pertaining to Java Swing. I posted the following and hope that it can be of benefit:
Read Full Post »
Posted in Tools on Jun 7th, 2005
The fact is, Swing is not a “newbie-friendly” library. In fact once you become intimate with Swing you still may find it tedious to work with. Other well-known languages such as VB, Delphi, and C/C++ often have RAD builders that have greatly simplified development of user interfaces and - to give credit - have aided […]
Read Full Post »