Search Results

0
votes

How can I best lay out these components in Swing?

I think, that of all standard layouts, GridBagLayout should be best for what you need. You could try something like the following example, where I simplified the complex GridBagConstraints …