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

11
LINES

< > BotCompany Repo | #1015208 // biggerSubmitButton - rename submit button & increase font size

JavaX fragment (include)

static JButton biggerSubmitButton(JComponent form, S newName) {
  ret biggerSubmitButton(18, newName, form);
}

static JButton biggerSubmitButton(float fontSize, S newName, JComponent form) {
  ret packWindowVertically(setFontSize(fontSize, renameSubmitButton(newName, form)));
}

static JButton biggerSubmitButton(S newName, JComponent form) {
  ret biggerSubmitButton(form, newName);
}

Author comment

Began life as a copy of #1006623

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: #1015208
Snippet name: biggerSubmitButton - rename submit button & increase font size
Eternal ID of this version: #1015208/6
Text MD5: aa739b65dc93e2f49cd0d4bf8ecb106c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-10 20:23:12
Source code size: 397 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 276 / 308
Version history: 5 change(s)
Referenced in: [show references]