static <A extends JComponent> A renameSubmitButton(A form, S newName) { renameButton(form, showFormSubmitButtonName(), newName); ret form; } static <A extends JComponent> A renameSubmitButton(S newName, A form) { ret renameSubmitButton(form, newName); }
Began life as a copy of #1006620
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006623 |
| Snippet name: | renameSubmitButton - rename button called "Submit" (default text in showForm) |
| Eternal ID of this version: | #1006623/6 |
| Text MD5: | f5198f904ddda5d0e05bdc3911f3f436 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-01 00:02:39 |
| Source code size: | 267 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 859 / 895 |
| Version history: | 5 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1007315 - disableSubmitButton - disable button called "Submit" (default text in showForm) #1015208 - biggerSubmitButton - rename submit button & increase font size |