!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( showCenterFrame( withLineBorder(Color.black, withMargin( centerAndSouth( jcenteredTextPane(suggestionText), withTopMargin(jcenteredbutton("OK", r { disposeWindow(); callFInNewThread(action); })))))); }