Libraryless. Click here for Pure Java version (9911L/55K).
static JSlider jSlider(int min, int max, int value) swing { ret new JSlider(min, max, value); } static JSlider jSlider(int max) { ret jSlider(0, max, 0); }
Began life as a copy of #1031902
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1035782 | 
| Snippet name: | jSlider - make JSlider | 
| Eternal ID of this version: | #1035782/3 | 
| Text MD5: | fffb32feab47e9a5b8e024ca1345ec08 | 
| Transpilation MD5: | e0c3858b4fd1a350c2cd5c4d707b71a6 | 
| Author: | stefan | 
| Category: | javax / gui | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2022-12-15 21:23:46 | 
| Source code size: | 166 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 455 / 550 | 
| Version history: | 2 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |