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