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

4
LINES

< > BotCompany Repo | #1021125 // fontSizePlus_textField - increase embedded JTextField's font size

JavaX fragment (include)

static <A extends JComponent> A fontSizePlus_textField(final int delta, final A c) {
  fontSizePlus(delta, childOfType(JTextField.class, c));
  ret c;
}

Author comment

Began life as a copy of #1020383

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021125
Snippet name: fontSizePlus_textField - increase embedded JTextField's font size
Eternal ID of this version: #1021125/3
Text MD5: 16f0896ae8cc2e008f672b0d41f8a4e2
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-23 20:40:43
Source code size: 155 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 242 / 274
Version history: 2 change(s)
Referenced in: [show references]