Warning: session_start(): open(/var/lib/php/sessions/sess_ilao65gh7mur9gc51cirsovs87, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
jhsplit_minZero - make horizontal JSplitPane with both parts fully collapsible [1035631]

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.

1  
static JSplitPane jhsplit_minZero(Component l, Component r, double splitPoint default 0.5) {
2  
  ret jhsplit(jMinWidth0(l), jMinWidth0(r), splitPoint);
3  
}
4  
5  
static JSplitPane jhsplit_minZero(double splitPoint, Component l, Component r) {
6  
  ret jhsplit_minZero(l, r, splitPoint);
7  
}

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: 599 / 702
Version history: 2 change(s)
Referenced in: [show references]