1 | static JPanel northCenterAndSouth(Component n, Component c, Component s) {
|
2 | JPanel panel = new JPanel(new BorderLayout); |
3 | panel.add(BorderLayout.NORTH, wrap(n)); |
4 | panel.add(BorderLayout.CENTER, wrap(c)); |
5 | panel.add(BorderLayout.SOUTH, wrap(s)); |
6 | ret panel; |
7 | } |
Began life as a copy of #1003308
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003545 |
| Snippet name: | northCenterAndSouth (make BorderLayout) |
| Eternal ID of this version: | #1003545/1 |
| Text MD5: | df2bc9689933f0c61c5d16cfb585176c |
| Author: | stefan |
| Category: | javax / swing |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-07-17 22:46:47 |
| Source code size: | 269 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 906 / 935 |
| Referenced in: | [show references] |