static JSplitPane hsplit(Component l, Component r) { ret jhsplit(l, r); } static JSplitPane hsplit(Component l, Component r, double splitPoint, int delay) { ret jhsplit(l, r, splitPoint, delay); } static JSplitPane hsplit(Component l, Component r, double splitPoint) { ret jhsplit(l, r, splitPoint); } static JSplitPane hsplit(double splitPoint, Component l, Component r) { ret jhsplit(splitPoint, l, r); }
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033304 | 
| Snippet name: | hsplit - synonym of jhsplit | 
| Eternal ID of this version: | #1033304/1 | 
| Text MD5: | 26144de85364dd4b662b3413e1e0cc15 | 
| Author: | someone | 
| Category: | |
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-10-20 02:44:55 | 
| Source code size: | 429 bytes / 21 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 408 / 450 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |