static JComponent test_VScrollingWrapLayout() { var panel = jpanel(new VScrollingWrapLayout); repeat 20 { panel.add(withMargin(20, jcenteredlabel("Hello"))); } ret jscroll_vertical(panel); }