svoid dm_showSuggestion(S suggestion, Runnable action) { O mod = dm_current_generic(); disposeWindowAfter(30.0, showPackedFrameInBottomRightCorner( centerAndSouthWithMargins(jlabel(suggestion), hgridWithSpacing( jThreadedButton("OK", r { temp dm_enter(mod); disposeWindow(heldInstance(JButton)); callF(action); }), jCancelButton("No") ) ))); }