Now I am developing some standalone applications with GUI. But if I do not have enough experience, then what is the good style
- to make the module, flexible UI
- Make the tree of all components in one place . or
- Parents know only about their children
Thank you.
Not deeper than one levelDo not mention.
Look at the Swing library in Java In it are object-oriented structures, which are defined with well-documented message passing through the object.
Comments
Post a Comment