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

5
LINES

< > BotCompany Repo | #1032947 // copyTextToClipboardIf

JavaX fragment (include)

static S copyTextToClipboardIf(bool b, S text) {
  if (b)
    copyTextToClipboard(text);
  ret text;
}

Author comment

Began life as a copy of #1019713

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1032947
Snippet name: copyTextToClipboardIf
Eternal ID of this version: #1032947/1
Text MD5: 04f55d5435c6f2b6899be65432199a43
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-11 05:00:13
Source code size: 106 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 99
Referenced in: [show references]