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

5
LINES

< > BotCompany Repo | #1009787 // getTextTrimAndClear - getText() from JTextComponent, trim, empty input field

JavaX fragment (include)

static S getTextTrimAndClear(JTextComponent c) {
  S text = getTextTrim(c);
  setText(c, "");
  ret text;
}

Author comment

Began life as a copy of #1006455

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: #1009787
Snippet name: getTextTrimAndClear - getText() from JTextComponent, trim, empty input field
Eternal ID of this version: #1009787/1
Text MD5: 7517afae212da7bc9daa3537037b417d
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-08-16 20:43:06
Source code size: 111 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 394 / 443
Referenced in: [show references]