1 | static JPanel westCenterAndEast(Component w, Component c, Component e) { |
2 | JPanel panel = new JPanel(new BorderLayout); |
3 | panel.add(BorderLayout.WEST, wrap(w)); |
4 | panel.add(BorderLayout.CENTER, wrap(c)); |
5 | panel.add(BorderLayout.EAST, wrap(e)); |
6 | ret panel; |
7 | } |
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: | 532 / 541 |
Referenced in: | [show references] |