Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

21
LINES

< > BotCompany Repo | #1033304 // hsplit - synonym of jhsplit

JavaX fragment (include)

1  
static JSplitPane hsplit(Component l, Component r) {
2  
  ret jhsplit(l, r);
3  
}
4  
5  
6  
7  
static JSplitPane hsplit(Component l, Component r, double splitPoint, int delay) {
8  
  ret jhsplit(l, r, splitPoint, delay);
9  
}
10  
11  
12  
13  
static JSplitPane hsplit(Component l, Component r, double splitPoint) {
14  
  ret jhsplit(l, r, splitPoint);
15  
}
16  
17  
18  
19  
static JSplitPane hsplit(double splitPoint, Component l, Component r) {
20  
  ret jhsplit(splitPoint, l, r);
21  
}

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: 119 / 151
Referenced in: [show references]