CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2011
    Posts
    12

    Building GUI - from inside out or from outside in?

    Hi everyone.

    Can someone with GUI development experience from the industry please tell me if the conventions tell to start developing GUI from the inside out (first define all the widgets independently and then add them to some layout) or in the opposite direction (first defining the layout and then defining the widgets and adding them to the layout)?

  2. #2
    Join Date
    Nov 2011
    Posts
    189

    Re: Building GUI - from inside out or from outside in?

    ahh... I haven't quite reached that point but in swing i always make my components first, add listeners to them and the start programming each one individually

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured