static JSpinner jspinner_disableDigitGrouping(final JSpinner spinner) { if (spinner != null) swing { spinner.setEditor(new JSpinner.NumberEditor(spinner, "#")); } ret spinner; }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020697 |
| Snippet name: | jspinner_disableDigitGrouping |
| Eternal ID of this version: | #1020697/1 |
| Text MD5: | 41c6db0387f1bb30a8a11e0df5f4e07d |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-31 18:14:42 |
| Source code size: | 192 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 510 / 529 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |