static JFrame showMaximizedFrame(JComponent content) { ret maximizeFrame(showFrame(content)); } static JFrame showMaximizedFrame(S title, JComponent content) { ret maximizeFrame(showFrame(title, content)); }
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: | #1004148 |
| Snippet name: | showMaximizedFrame - better in non-AWT thread (so it can wait for the maximization) |
| Eternal ID of this version: | #1004148/2 |
| Text MD5: | 4e505ac9e1ecfd1ad0fe4b4d255bc2ab |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-15 16:05:05 |
| Source code size: | 218 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1032 / 1082 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1016097 - showMaximizedFrame_returnContent |