Transpiled version (4705L) is out of date.
svoid setSpinnerValue(JSpinner s, int value) { setSpinnerValue(s, (Int) value); } svoid setSpinnerValue(JSpinner s, O value) pcall { if (s != null) swing { s.setValue(value); } }
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: | #1018838 |
| Snippet name: | setSpinnerValue |
| Eternal ID of this version: | #1018838/3 |
| Text MD5: | c9519178f3c97b4e1c42d7e358a4259f |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-12-28 17:14:08 |
| Source code size: | 197 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 628 / 747 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035157 - setSpinnerMax |