1 | static void minimizeFrame(final Component c) {
|
2 | swing {
|
3 | JFrame f = getFrame(c); |
4 | if (f != null) |
5 | f.setState(JFrame.ICONIFIED); |
6 | } |
7 | } |
Began life as a copy of #1006157
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1014547 |
| Snippet name: | minimizeFrame |
| Eternal ID of this version: | #1014547/2 |
| Text MD5: | 3b83589f101a48e227479344eaaa36e1 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-04-23 20:13:02 |
| Source code size: | 151 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 698 / 752 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |