1 | static JFrame showFrameHidingConsole(O content) {
|
2 | JFrame f = showFrame(content); |
3 | hideConsole(); |
4 | ret f; |
5 | } |
6 | |
7 | static JFrame showFrameHidingConsole(String title, O content) {
|
8 | JFrame f = showFrame(title, content); |
9 | hideConsole(); |
10 | ret f; |
11 | } |
Began life as a copy of #1001623
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1005343 |
| Snippet name: | showFrameHidingConsole - showFrame and hideConsole |
| Eternal ID of this version: | #1005343/1 |
| Text MD5: | c21341ea42178f2779260f3ebaff3ecb |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-11-08 00:35:35 |
| Source code size: | 253 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 677 / 731 |
| Referenced in: | [show references] |