!7 p { 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, makeUneditable(jcenteredTextPane(suggestionText))), withTopMargin(jcenteredbutton("OK", r { disposeWindow(); callFInNewThread(action); })))))); }