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

12
LINES

< > BotCompany Repo | #1010276 // consoleAddSendButton

JavaX fragment (include)

static void consoleAddSendButton() {
  consoleAddSendButton("Send");
}

static void consoleAddSendButton(fS buttonText) {
  if (headless()) ret;
  awtReplaceComponent(consoleInputFieldOrComboBox(), func(Component c) {
    centerAndEast(c, withLeftMargin(jbutton(buttonText, f consoleSend)))
  });
  focusConsole();
  consoleSelectAll();
}

Author comment

Began life as a copy of #1007746

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010276
Snippet name: consoleAddSendButton
Eternal ID of this version: #1010276/5
Text MD5: c47ecb55d5d6dd9585f8407defa703fc
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-03 01:20:30
Source code size: 349 bytes / 12 lines
Pitched / IR pitched: No / No
Views / Downloads: 425 / 462
Version history: 4 change(s)
Referenced in: [show references]