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

9
LINES

< > BotCompany Repo | #1006207 // jTypeWriterTextField

JavaX fragment (include)

1  
static JTextField jTypeWriterTextField() {
2  
  JTextField tf = jTextField();
3  
  tf.setFont(typeWriterFont());
4  
  return tf;
5  
}
6  
7  
static JTextField jTypeWriterTextField(S text) {
8  
  ret setTextAndSelectAll(jTypeWriterTextField(), text);
9  
}

Author comment

Began life as a copy of #1001717

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006207
Snippet name: jTypeWriterTextField
Eternal ID of this version: #1006207/1
Text MD5: 3755751add875eb8324d1b12a4fbe626
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-23 14:02:11
Source code size: 238 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 471 / 462
Referenced in: [show references]