Libraryless. Click here for Pure Java version (7812L/45K).
static AutoCloseable tempSetButtonImages(Cl<JButton> buttons, ImageIcon img) { ret combineAutoCloseables( map(buttons, b -> tempSetButtonImage(b, img)); }
Began life as a copy of #1033903
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034348 |
| Snippet name: | tempSetButtonImages |
| Eternal ID of this version: | #1034348/1 |
| Text MD5: | 34a7f769eae202a797df5a446e71ea56 |
| Transpilation MD5: | 585794c7548a2c29f67acb81cce1c476 |
| Author: | stefan |
| Category: | javax / android |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-02-03 04:04:04 |
| Source code size: | 163 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 603 / 716 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1034349 - tempDisableButtons |