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