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

7
LINES

< > BotCompany Repo | #1035793 // jvsplit_minZero - make vertical JSplitPane with both parts fully collapsible

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

Transpiled version (10850L) is out of date.

static JSplitPane jvsplit_minZero(Component n, Component s, double splitPoint default 0.5) {
  ret jvsplit(jMinHeight0(n), jMinHeight0(s), splitPoint);
}

static JSplitPane jvsplit_minZero(double splitPoint, Component n, Component s) {
  ret jvsplit_minZero(n, s, splitPoint);
}

Author comment

Began life as a copy of #1035631

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035793
Snippet name: jvsplit_minZero - make vertical JSplitPane with both parts fully collapsible
Eternal ID of this version: #1035793/3
Text MD5: 939f43001b274f0b705668b6b5b87270
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:31:20
Source code size: 284 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 79 / 103
Version history: 2 change(s)
Referenced in: [show references]