GridBagLayout column size
I have a stupid question, but hopefully i won't get stupid answers. :-)
Is there anyway we can change the size of the column of a GridBag Layout? I have this Pane layed out using a GridBag. The first column contains an Icon, the next column contains some text. If the text is too sort, both column will be forced to have the same width, it will stretch the size of the column with an Icon in it. How to prevent this? I want size of the the column with an Icon in it, stay the same.
Thank you.

