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); }
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: | 387 / 483 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1035813 - jvsplitSections |