Having difficulty in GridBagLayout. Please give some small examples to understand the GridBagconstraints and how to use them in different situations. Thankyou u very much. bapi
------------------
bapi dhar
Ranch Hand
Joined: Mar 02, 2001
Posts: 32
posted
0
friends when i would to put 2 objects 1) next to each other side by side like one one 2) one by one like this one one how do u do it thanx bapi
This code puts the buttons side-by-side like: one two. To make them like: one two just change the line from setLayout(new GridLayout(1,2)); to setLayout(new GridLayout(2,1)); Hope this helps. Stephanie
bapi dhar
Ranch Hand
Joined: Mar 02, 2001
Posts: 32
posted
0
dear friends
i thank u for your help.
bapi.
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.