|
GUI builders are nice for rapid prototyping. The final product however usually (unless it's highly simplistic) requires a lot of handcrafting to get it to work as required (or more often to work at all).
Yet another reasons why GUI builders that don't store their creations as standard Java code (instead using some custom format only they can understand and the user can't modify) are fundamentally flawed by design. |