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; }
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: | 322 / 367 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |