static JButton jbutton(S text, Runnable action) { ret newButton(text, action); } static JButton jbutton(S text, O action) { ret newButton(text, action); } // button without action static JButton jbutton(S text) { ret newButton(text, null); } /*static JButton jbutton(BufferedImage img, O action) { ret setButtonImage(img, jbutton("", action)); }*/ static JButton jbutton(Action action) { ret swingNu(JButton.class, action); }
Began life as a copy of #1003297
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003312 |
Snippet name: | jbutton - extended synonym of newButton |
Eternal ID of this version: | #1003312/8 |
Text MD5: | 7ebe30646ad02b1f2e458135a9887a2f |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-29 03:59:41 |
Source code size: | 458 bytes / 20 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 747 / 859 |
Version history: | 7 change(s) |
Referenced in: | #1005560 - jdisabledButton #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1006831 - jimageButton #1014640 - jButton - extended synonym of newButton #1016269 - jboldbutton #1020540 - jButtonWithInset - bigger button |