aspose file tools
The moose likes Swing / AWT / SWT and the fly likes text box - GridBagLayout Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "text box - GridBagLayout" Watch "text box - GridBagLayout" New topic
Author

text box - GridBagLayout

Brandi L Love
Greenhorn

Joined: Feb 22, 2006
Posts: 2
Hello! I am wondering how I can modify this code correctly so that the size of the text boxes are limited. I've set a size but when I compile and run the text boxes are all a uniform size. I think the problem is that the GridBagLayout I'm using forces them to size to the window but I'm not sure how to change that. Any help would be greatly appreciated! The code is below...

Craig Wood
Ranch Hand

Joined: Jan 14, 2004
Posts: 1535
Brandi L Love
Greenhorn

Joined: Feb 22, 2006
Posts: 2
Thanks, now my text boxes are the size I want them to be! Now, though, the text boxes are all lining up on the right edge of the largest text boxes and I want them to line up on the left edge. I'm guessing this has something to to with



but I'm not sure how to fix it. I tried changing relative to west and that just screwed everything up.
Craig Wood
Ranch Hand

Joined: Jan 14, 2004
Posts: 1535
Not with what I tried to put up; one of us must have missed something.
Try this and let's see if we're on the same page.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: text box - GridBagLayout
 
Similar Threads
Button click - String operation
file renaming...
fields not formatted correctly
Not writing to new file...
GridBagConstraints Problem