user interface - Good style in GUI Development -


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 level

      Do 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