static Border jCompoundBorder(Border inner, Border outer) { if (inner == null) ret outer; if (outer == null) ret inner; ret BorderFactory.createCompoundBorder(inner, outer); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020073 |
Snippet name: | jCompoundBorder |
Eternal ID of this version: | #1020073/2 |
Text MD5: | bef729d2d4bb32c7b91924dcf9449a75 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-06 12:51:05 |
Source code size: | 185 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 319 / 361 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |