Transpiled version (4705L) is out of date.
sbool isMaximized(JFrame f) { ret f != null && swing(-> f.getExtendedState() == JFrame.MAXIMIZED_BOTH); }
Began life as a copy of #1007342
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033816 |
| Snippet name: | isMaximized |
| Eternal ID of this version: | #1033816/2 |
| Text MD5: | 68ad96a902a5fbd70fab4fecf2d4dcac |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-05 06:59:45 |
| Source code size: | 109 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 517 / 700 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033818 - isExtendedStateNormal |