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

7
LINES

< > BotCompany Repo | #1035631 // jhsplit_minZero - make horizontal JSplitPane with both parts fully collapsible

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

Transpiled version (10839L) is out of date.

static JSplitPane jhsplit_minZero(Component l, Component r, double splitPoint default 0.5) {
  ret jhsplit(jMinWidth0(l), jMinWidth0(r), splitPoint);
}

static JSplitPane jhsplit_minZero(double splitPoint, Component l, Component r) {
  ret jhsplit_minZero(l, r, splitPoint);
}

Author comment

Began life as a copy of #1005756

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035631
Snippet name: jhsplit_minZero - make horizontal JSplitPane with both parts fully collapsible
Eternal ID of this version: #1035631/3
Text MD5: f0523ad302e121b9c06984fa23d55732
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-07-29 18:28:11
Source code size: 282 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 94 / 112
Version history: 2 change(s)
Referenced in: [show references]