1 | static JFrame showCenteredFrame(S title, int w, int h) {
|
2 | ret showCenteredFrame(title, w, h); |
3 | } |
4 | |
5 | static JFrame showCenteredFrame(int w, int h, Component content) {
|
6 | ret showCenterFrame(w, h, content); |
7 | } |
8 | |
9 | static JFrame showCenteredFrame(S title, int w, int h, Component content) {
|
10 | ret showCenterFrame(title, w, h, content); |
11 | } |
12 | |
13 | static JFrame showCenteredFrame(S title, Component content) {
|
14 | ret showCenterFrame(title, content); |
15 | } |
16 | |
17 | |
18 | static JFrame showCenteredFrame(Component content) {
|
19 | ret showCenterFrame(content); |
20 | } |
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: | 533 / 570 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |