!7 p-noconsole { showSuggestion("Run program #123 - bla bla blubb blubb?", r { infoBox("Yo") }); } // runs action in new thread svoid showSuggestion(S suggestionText, fO action) { int fontSize = 20, buttonFontSize = 15; showPackedFrameInBottomRightCorner( withLineBorder(Color.black, withMargin( centerAndSouth( fontSize(fontSize, jCenteredMultiLineLabel(suggestionText)), withTopMargin(makeFirstButtonBold(fontSizeAll(buttonFontSize, jcenteredbuttons( "OK", r { disposeWindow(); callFInNewThread(action); }, "No", f disposeWindow)))))))); }