1 | |
2 | |
3 | static JPanel withSideMargins(Component c) { |
4 | ret withLeftAndRightMargin(c); |
5 | } |
6 | |
7 | |
8 | |
9 | static JPanel withSideMargins(int w, Component c) { |
10 | ret withLeftAndRightMargin(w, c); |
11 | } |
12 | |
13 | |
14 | |
15 | static JPanel withSideMargins(int w1, int w2, Component c) { |
16 | ret withLeftAndRightMargin(w1, w2, c); |
17 | } |
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033948 |
Snippet name: | withSideMargins - synonym of withLeftAndRightMargin |
Eternal ID of this version: | #1033948/1 |
Text MD5: | 88d241524471873e31f7501d4ce67471 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-14 18:22:50 |
Source code size: | 287 bytes / 17 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 151 / 175 |
Referenced in: | [show references] |