CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    May 2001
    Location
    Madrid-Spain
    Posts
    1,123

    Question Newbie question about layouts

    Hi!

    I want to do my application like I show in attachment (I did it with setBounds), but I want layouts.

    If I use:
    getContentPane().setLayout (new GridLayout (3,2, 10, 5));

    The result are texfield, buttons, etc too big.
    Any ideas?
    Attached Images Attached Images
    I am Miss Maiden... Miss Iron Maiden :-D

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