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

3
LINES

< > BotCompany Repo | #1014702 // getMinimumSize

JavaX fragment (include)

static Dimension getMinimumSize(final Component c) {
  ret c == null ? null : swing(func -> Dimension { c.getMinimumSize() });
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1014702
Snippet name: getMinimumSize
Eternal ID of this version: #1014702/1
Text MD5: 5b2dd43b313e7623786534b4836873e2
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-30 17:29:13
Source code size: 130 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 413 / 445
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1015179 - getMinimumHeight
#1031179 - getMinimumWidth