fatcodeguy
Programmer
Hi, I have a JPanel (jp1) with a titled border that I'm adding to another JPanel (jp2). Within jp1 there are text areas that change values, so jp1 keeps expanding and contracting depending on the values... I want the panel (or at least the border) to stay at a fixed size... I'm using gridbag layout for both panels. Any suggestions?
Thanks
Thanks