Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1024212 // showText_fast_noWrap - use JFastLogView_noWrap

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (7238L/51K).

1  
static JFastLogView_noWrap showText_fast_noWrap(JFastLogView_noWrap view default null, S title, O text) {
2  
  if (view != null) {
3  
    view.setText(str(text));
4  
    ret view;
5  
  }
6  
  view = jFastLogView_noWrap(str(text));
7  
  makeFrame(title, jscroll_copyBackground(view));
8  
  ret view;
9  
}
10  
11  
static JFastLogView_noWrap showText_fast_noWrap(O text) {
12  
  ret showText_fast_noWrap(autoFrameTitle(), text);
13  
}

Author comment

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: 238 / 349
Version history: 3 change(s)
Referenced in: [show references]