1 | static <A extends JComponent> A renameSubmitButton(A form, S newName) {
|
2 | renameButton(form, showFormSubmitButtonName(), newName); |
3 | ret form; |
4 | } |
5 | |
6 | static <A extends JComponent> A renameSubmitButton(S newName, A form) {
|
7 | ret renameSubmitButton(form, newName); |
8 | } |
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: | 860 / 896 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |