Libraryless. Click here for Pure Java version (7238L/51K).
static JFastLogView_noWrap showText_fast_noWrap(JFastLogView_noWrap view default null, S title, O text) { if (view != null) { view.setText(str(text)); ret view; } view = jFastLogView_noWrap(str(text)); makeFrame(title, jscroll_copyBackground(view)); ret view; } static JFastLogView_noWrap showText_fast_noWrap(O text) { ret showText_fast_noWrap(autoFrameTitle(), text); }
Began life as a copy of #1001106
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1024212 |
| Snippet name: | showText_fast_noWrap - use JFastLogView_noWrap |
| Eternal ID of this version: | #1024212/4 |
| Text MD5: | 60e19c579dea980701db2e5252a11472 |
| Transpilation MD5: | 9cba46a84d8f508a60a79d75af23e514 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-08-28 14:11:51 |
| Source code size: | 404 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 790 / 1005 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |