- Oct 11, 1999
- 7,804
- 1
- 0
Allright, here's the background.
I'm making a relatively simple proxy server in Java and am currently making a GUI using swings. Now I have 3 tabs, and each tab has its own panel with its own components (text box, buttons, etc..).
Right now I'm using GridLayout to manage the layout of those individual panels. However the layout looks like crap. All the buttons/text fields fill up the entire panel. I can't seem to figure out how to correctly position them.
I also have a whole host of other problems, but this one is pissing me off right now.
Anyone know how to fix this?
Thanks
<btw I would have posted this in the programming forum, but it doesn't generate nearly the traffic this place does>
I'm making a relatively simple proxy server in Java and am currently making a GUI using swings. Now I have 3 tabs, and each tab has its own panel with its own components (text box, buttons, etc..).
Right now I'm using GridLayout to manage the layout of those individual panels. However the layout looks like crap. All the buttons/text fields fill up the entire panel. I can't seem to figure out how to correctly position them.
I also have a whole host of other problems, but this one is pissing me off right now.
Anyone know how to fix this?
Thanks
<btw I would have posted this in the programming forum, but it doesn't generate nearly the traffic this place does>
