Transpiled version (2867L) is out of date.
static DoubleRange zeroToOneDoubleRangeFromRangeSlider(int max, RangeSlider slider) { ret swing(func -> DoubleRange { DoubleRange(doubleRatio(slider.getValue(), max), doubleRatio(slider.getUpperValue(), max)) }); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024533 |
Snippet name: | zeroToOneDoubleRangeFromRangeSlider |
Eternal ID of this version: | #1024533/3 |
Text MD5: | eed196a33924147a06a8ab8babe5a45c |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-08-17 17:21:19 |
Source code size: | 218 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 214 / 320 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1024534 - rangeSliderSetZeroToOneDoubleRange |