Hi I have created a GUI for my program in Java, and I have used flowlayout (didnt have much luck with borderlayout), but with flowlayout if the user resizes the program, everything goes out of alignment, so i'm wondering is there anyway to stop the frame of the program from being resized? if so how?
Thank You