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

7
LINES

< > BotCompany Repo | #1018956 // jLiveValueSpinner - synonym of liveValueSpinner

JavaX fragment (include)

static JSpinner jLiveValueSpinner(IVarWithNotify<Int> lv, int min, int max) {
  ret liveValueSpinner(lv, min, max);
}

static JSpinner jLiveValueSpinner(int min, int max, IVarWithNotify<Int> lv) {
  ret liveValueSpinner(lv, min, max);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1018956
Snippet name: jLiveValueSpinner - synonym of liveValueSpinner
Eternal ID of this version: #1018956/3
Text MD5: 060517aa64ca464137ce973e68c4904d
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-29 22:17:38
Source code size: 242 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 266 / 318
Version history: 2 change(s)
Referenced in: [show references]