I am writing a GUI for an application using swing, and in the interests of code maintenance and readability, I follow Want to have a consistent pattern in the whole system
I have read that most of the articles and books (or at least books section) provide many examples of how to create and organize different components, but do not ignore a complete GUI Big picture of writing
What are your best tips for app GUI designs, and what patterns do you follow when designing or reconstructing GUI applications?
Use layout manager You can think that it is now difficult to do everything with hard coded positions Simple (especially if you use a graphical layout tool), but when it does GUI or internationalization to update time, your heir will hate you (trust me on it, I have begun the layout managers I am the person to use, and Successor to someone who does not give attention to me.)
Comments
Post a Comment