This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: GUI Design and SWT
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
GUI Design and SWT For some time, I have been working on the GUI of a software that will be used internally at the company I work for. I faced some problems which are mostly related with internals of GUI design, not what is seen on the screen but how to organize the code to make it easy to understand, write bugfixes and make improvements on the software that is deeply connected with the GUI.
Some of the subjects I will discuss here are related with swt and some are the hints that made my life easier as a programmer. I learned them by making mistakes and spending too much time on thinking the answer of the question "am I doing right ?". Later I recognized that I can not find the right solution by thinking. I must apply what seems to be the best solution as soon as possible to see if I get the results I wish to derive from that solution.