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

8
LINES

< > BotCompany Repo | #1006623 // renameSubmitButton - rename button called "Submit" (default text in showForm)

JavaX fragment (include)

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

Author comment

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: 539 / 561
Version history: 5 change(s)
Referenced in: [show references]