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

Threaded View

  1. #1
    Join Date
    Dec 2008
    Posts
    2

    Question GridBagLayoutProblem

    I started making a small dictionary app for practice but i'm stuck at
    the very beginning . I just don't know how to reduce the space between the
    Container and the first Component that i add, the more i resize the
    window the space is larger. I tried setting the weightx and weighty
    constraints, but still no change. Any help?
    I'v attached the source code and screenshot.

    I want the JTextField component to be the first in right after the window bar with a very small amount of space.
    Attached Images Attached Images
    Attached Files Attached Files

Tags for this Thread

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