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

5
LINES

< > BotCompany Repo | #1015500 // jverticalLiveSlider

JavaX fragment (include)

static JSlider jverticalLiveSlider(int min, int max, int def, final VF1<Int> f) {
  final JSlider s = jliveSlider(min, max, def, f);
  swing { s.setOrientation(JSlider.VERTICAL); }
  ret s;
}

Author comment

Began life as a copy of #1015496

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1015500
Snippet name: jverticalLiveSlider
Eternal ID of this version: #1015500/1
Text MD5: af871ef03cd15c2d388c9dc590617bbb
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-15 03:21:46
Source code size: 195 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 255 / 294
Referenced in: [show references]