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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -