static JFrame showCenteredFrame(S title, int w, int h) { ret showCenteredFrame(title, w, h); } static JFrame showCenteredFrame(int w, int h, Component content) { ret showCenterFrame(w, h, content); } static JFrame showCenteredFrame(S title, int w, int h, Component content) { ret showCenterFrame(title, w, h, content); } static JFrame showCenteredFrame(S title, Component content) { ret showCenterFrame(title, content); } static JFrame showCenteredFrame(Component content) { ret showCenterFrame(content); }
Began life as a copy of #1003375
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: | #1014103 |
| Snippet name: | showCenteredFrame - synonym of showCenterFrame |
| Eternal ID of this version: | #1014103/3 |
| Text MD5: | f61984b64567f5b0d252664d3ef40642 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-07 15:09:54 |
| Source code size: | 540 bytes / 20 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 531 / 569 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |