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