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); }
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: | 410 / 490 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035793 - jvsplit_minZero - make vertical JSplitPane with both parts fully collapsible |