Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1034348 // tempSetButtonImages

JavaX fragment (include) [tags: use-pretranspiled]

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));
}

Author comment

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: 69 / 113
Referenced in: [show references]