newbie java swing question... window size
im creating a swing GUI, but i want the size of the window to remain constant... im using gridBag layout... i have tried this.setSize(500, 500) but it doesnt help... also have tried to change the size of the panel... i understand how the layout managers are supposed to work, i have done gui's in TCL/TK... but how can i set the size of the window?? padding?? blank frames??? thanks
|