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

5
LINES

< > BotCompany Repo | #1034939 // jLiveValueCheckBoxMenuItem

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

Libraryless. Click here for Pure Java version (5795L/32K).

static JCheckBoxMenuItem jLiveValueCheckBoxMenuItem(S text, IVarWithNotify<Bool> lv) swing {
  JCheckBoxMenuItem cb = new JCheckBoxMenuItem(text);
  bindCheckBoxMenuItemToVar(cb, lv);
  ret cb;
}

Author comment

Began life as a copy of #1017124

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1034939
Snippet name: jLiveValueCheckBoxMenuItem
Eternal ID of this version: #1034939/4
Text MD5: 8d9667876fe6cb8dc3862e613d979e98
Transpilation MD5: 458c3790ce885f25453bf7a380e3bbf5
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:30:28
Source code size: 199 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 60 / 99
Version history: 3 change(s)
Referenced in: [show references]