static JPanel westCenterAndEast(Component w, Component c, Component e) { JPanel panel = new JPanel(new BorderLayout); panel.add(BorderLayout.WEST, wrap(w)); panel.add(BorderLayout.CENTER, wrap(c)); panel.add(BorderLayout.EAST, wrap(e)); ret panel; }
Began life as a copy of #1007245
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: | #1007246 |
Snippet name: | westCenterAndEast (make BorderLayout) |
Eternal ID of this version: | #1007246/1 |
Text MD5: | fe71b66582a7950bd815d9e631b90545 |
Author: | stefan |
Category: | javax / swing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-03-12 23:22:43 |
Source code size: | 265 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 531 / 539 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1019646 - westCenterAndEastWithMargin |