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

7
LINES

< > BotCompany Repo | #1020028 // dm_centeredFieldCheckBox - JCheckBox bound to module bool field (both ways)

JavaX fragment (include)

static JCheckBox dm_centeredFieldCheckBox(S field) {
  ret centerCheckBox(dm_fieldCheckBox(field);
}

static JCheckBox dm_centeredFieldCheckBox(S text, S field) {
  ret centerCheckBox(dm_fieldCheckBox(text, field));
}

Author comment

Began life as a copy of #1017129

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020028
Snippet name: dm_centeredFieldCheckBox - JCheckBox bound to module bool field (both ways)
Eternal ID of this version: #1020028/3
Text MD5: e56f25c2684c286fd01718ca6adb0b92
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-04 15:56:47
Source code size: 223 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 232 / 270
Version history: 2 change(s)
Referenced in: [show references]