Warning: session_start(): open(/var/lib/php/sessions/sess_40vb826t5g11l2nh740vnhn17o, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
biggerSubmitButton - rename submit button & increase font size [1015208]

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: 733 / 760
Version history: 5 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)