Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1033816 // isMaximized

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (4705L) is out of date.

sbool isMaximized(JFrame f) {
  ret f != null && swing(-> f.getExtendedState() == JFrame.MAXIMIZED_BOTH);
}

Author comment

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: 70 / 115
Version history: 1 change(s)
Referenced in: [show references]