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

7
LINES

< > BotCompany Repo | #1017124 // jLiveValueCheckBox - both ways

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (6575L/37K).

meta-for SimpleLiveValue also as IVarWithNotify {
  static JCheckBox jLiveValueCheckBox(S text, SimpleLiveValue<Bool> lv) {
    JCheckBox cb = jCheckBox(text);
    bindCheckBoxToLiveValue(cb, lv);
    ret cb;
  }
}

Author comment

Began life as a copy of #1016666

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017124
Snippet name: jLiveValueCheckBox - both ways
Eternal ID of this version: #1017124/8
Text MD5: 7c955ce89e59cbaf549a477278346588
Transpilation MD5: 5ae1ee15783445a2208d031504169fa0
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-17 17:16:39
Source code size: 220 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 322 / 417
Version history: 7 change(s)
Referenced in: [show references]