static int moveToTopCenter_inset = 20; static <A extends Component> A moveToTopCenter(A c) { Window w = getWindow(c); if (w != null) { centerFrame(w); Rectangle r = usableWindowArea(); w.setLocation(w.getX(), r.y+moveToTopCenter_inset); } ret c; }
Began life as a copy of #1006779
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: | #1015077 | 
| Snippet name: | moveToTopCenter | 
| Eternal ID of this version: | #1015077/3 | 
| Text MD5: | b9c1dcf55de2259f76d7bdcd2ee9798e | 
| Author: | stefan | 
| Category: | javax / gui | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2018-05-07 21:19:07 | 
| Source code size: | 280 bytes / 11 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 617 / 656 | 
| Version history: | 2 change(s) | 
| Referenced in: | [show references] |