1 | static void addToWindowRight(Component c, Component toAdd) {
|
2 | JFrame frame = getFrame(c); |
3 | Container cp = frame.getContentPane(); |
4 | setContentPane(frame, centerAndEast(cp, toAdd)); |
5 | } |
Began life as a copy of #1006881
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: | #1007344 |
| Snippet name: | addToWindowRight |
| Eternal ID of this version: | #1007344/1 |
| Text MD5: | 308ba753d3fdd3447dff7770629ba746 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-15 23:40:09 |
| Source code size: | 188 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 787 / 795 |
| Referenced in: | [show references] |