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

9
LINES

< > BotCompany Repo | #1033695 // dm_rcheckBox - dm_checkBox with smarter argument order

JavaX fragment (include)

static JCheckBox mapMethodLike dm_rcheckBox(S field) {
  ret dm_fieldCheckBox(field);
}



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

Author comment

Began life as a copy of #1021146

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033695
Snippet name: dm_rcheckBox - dm_checkBox with smarter argument order
Eternal ID of this version: #1033695/1
Text MD5: 341a39cd181961872d605afb0d4f9c34
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-12-28 01:26:57
Source code size: 186 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 83 / 107
Referenced in: [show references]