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

3
LINES

< > BotCompany Repo | #1005624 // maxWindowBounds - short for Java's getMaximumWindowBounds

JavaX fragment (include)

static Rectangle maxWindowBounds() {
  ret GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWindowBounds();
}

download  show line numbers  debug dex  old transpilations   

Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1005624
Snippet name: maxWindowBounds - short for Java's getMaximumWindowBounds
Eternal ID of this version: #1005624/1
Text MD5: 562581781d7101bbcde21eeeffad2df6
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-30 13:21:14
Source code size: 122 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 503 / 506
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1011116 - maximumWindowBounds - synonym of maxWindowBounds
#1014835 - usableWindowArea -synonym of maxWindowBounds - short for Java's getMaximumWindowBounds