svoid replaceComponentsOfHGrid(final Container hgrid, final L l) { if (hgrid == null) ret; swing { LayoutManager layout = hgrid.getLayout(); if (layout cast GridLayout) layout.setColumns(l(l)); replaceAllComponents(hgrid, l); } }