!7 cmodule FingerTypeMode > DynFullscreen { S text; visual dm_textFieldWithLabel text(); JComponent fullscreenVisualize() { ret northAndCenterWithMargins( dm_textField text(), hvgrid(chunks(4, repF(12, () -> jbutton("bla"))), 5); } }