Use a GUI designer or write it yourself for the desktop?

Posted by TheLQ on Programmers See other posts from Programmers or by TheLQ
Published on 2011-01-07T01:43:39Z Indexed on 2011/01/07 1:58 UTC
Read the original article Hit count: 266

Filed under:
|
|

Writing a GUI for a program has always been a daunting, depressing, and frustrating task. It doesn't matter which language, its extremely hard to get what I want. Especially in compiled languages like Java where a change takes a minute or two to build.

The result is that I increasingly use GUI designers for some of my project. Sure their is some spagetti code, but as long as I leave the configuration and a note saying "This was designed with X" I have no qualms with doing this.

Is this an okay way to design a GUI? More importantly, is this what most people do? Or is the common way to just sit down and write it out?

© Programmers or respective owner

Related posts about design

Related posts about gui