static JPanel withMargins(Component c) { ret withMargin(c); } static JPanel withMargins(int w, Component c) { ret withMargin(w, c); } static JPanel withMargins(int w, int h, Component c) { ret withMargin(w, h, c); } static JPanel withMargins(int top, int left, int bottom, int right, Component c) { ret withMargin(top, left, bottom, right, c); }
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: | 352 / 396 |
Referenced in: | [show references] |