1 | static <A extends Component> A packFrameInTopRightCorner(A c) {
|
2 | JFrame f = getFrame(c); |
3 | if (f != null) {
|
4 | packFrame(f); |
5 | moveToTopRightCorner(f); |
6 | } |
7 | ret c; |
8 | } |
Began life as a copy of #1003296
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: | #1006700 |
| Snippet name: | packFrameInTopRightCorner |
| Eternal ID of this version: | #1006700/3 |
| Text MD5: | e5ea31e62ac944be01b7673da853beb7 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-09-05 17:29:08 |
| Source code size: | 177 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 748 / 776 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |