Transpiled version (4741L) is out of date.
svoid setHorizontalMarginForAllButtons(int margin, Component c) { for (btn : allButtons(c)) setHorizontalMargin(btn, margin); } svoid setHorizontalMarginForAllButtons(Component c, int margin) { setHorizontalMarginForAllButtons(margin, c); }
Began life as a copy of #1033654
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033655 |
Snippet name: | setHorizontalMarginForAllButtons |
Eternal ID of this version: | #1033655/4 |
Text MD5: | e9d1264599cf55153a8c12db0a1b992c |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-12-25 23:39:36 |
Source code size: | 252 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 140 / 195 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |