1 | static JButton biggerSubmitButton(JComponent form, S newName) { |
2 | ret biggerSubmitButton(18, newName, form); |
3 | } |
4 | |
5 | static JButton biggerSubmitButton(float fontSize, S newName, JComponent form) { |
6 | ret packWindowVertically(setFontSize(fontSize, renameSubmitButton(newName, form))); |
7 | } |
8 | |
9 | static JButton biggerSubmitButton(S newName, JComponent form) { |
10 | ret biggerSubmitButton(form, newName); |
11 | } |
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: | 346 / 376 |
Version history: | 5 change(s) |
Referenced in: | [show references] |