Libraryless. Click here for Pure Java version (7006L/49K).
// TODO: put window in user's preferred location static AutoCloseable dm_showSuggestion(S suggestion, Runnable action) { O mod = dm_current_generic(); makeFrame_post.set(vf1_frameAutoRequestFocusFalse()); ret tempDisposeWindow(disposeWindowAfter(30.0, showPackedFrameInBottomRightCorner( centerAndSouthWithMargins(jlabel(suggestion), hgridWithSpacing( jThreadedButton("OK", r { temp dm_enter(mod); disposeWindow(heldInstance(JButton)); callF(action); }), jCancelButton("No") ) )))); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027350 |
| Snippet name: | dm_showSuggestion |
| Eternal ID of this version: | #1027350/5 |
| Text MD5: | 0d224cfa5dc4c5104a98f38af8f338c4 |
| Transpilation MD5: | fca1604ee7268cadaa780ecbdc75c3e7 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-11 12:03:04 |
| Source code size: | 577 bytes / 16 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 374 / 495 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |