1 | |
2 | |
3 | static JPanel withMargins(Component c) { |
4 | ret withMargin(c); |
5 | } |
6 | |
7 | |
8 | |
9 | static JPanel withMargins(int w, Component c) { |
10 | ret withMargin(w, c); |
11 | } |
12 | |
13 | |
14 | |
15 | static JPanel withMargins(int w, int h, Component c) { |
16 | ret withMargin(w, h, c); |
17 | } |
18 | |
19 | |
20 | |
21 | static JPanel withMargins(int top, int left, int bottom, int right, Component c) { |
22 | ret withMargin(top, left, bottom, right, c); |
23 | } |
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1019895 |
Snippet name: | withMargins - synonym of withMargin |
Eternal ID of this version: | #1019895/1 |
Text MD5: | 7ae00efc615aaa8451d72130b480fb42 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-11-30 19:51:45 |
Source code size: | 372 bytes / 23 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 369 / 413 |
Referenced in: | [show references] |