Swing layout - Using a grid while keeping component dimensions
- by James P.
I'd like to make a login bar for an application and I can't figure out how to organize a series of JLabels and JTextFields such that they are organized in a horizontal grid without these same components being resized to fit each cell. How can this be achieved?