Is SpringLayout a fixed-size layout manager?
问题 I know the following Java Swing layout managers: FlowLayout , BoxLayout , BorderLayout , GridLayout , GroupLayout (which I avoid using), and GridBagLayout . I call GridBagLayout a fixed-size layout manager as it defines rows and columns with fixed size. I would not use it in a responsive application if I want all my panels to be resizable. I would try to combine a few of the other layout managers instead. Out of curiosity I'm considering adopting a new layout manager, SpringLayout , for an