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

3
LINES

< > BotCompany Repo | #1030590 // jhsplit3 - make horizontal JSplitPane of 3 components

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3849L/23K).

static JSplitPane jhsplit3(Component a, Component b, Component c) {
  ret jhsplit(a, jhsplit(b, c), 1/3.0);
}

Author comment

Began life as a copy of #1005756

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030590
Snippet name: jhsplit3 - make horizontal JSplitPane of 3 components
Eternal ID of this version: #1030590/1
Text MD5: f421d04bed186da4f69baca984cbc31c
Transpilation MD5: 3e8ed361ee3be9150a06f0de4431b283
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-01-13 22:22:03
Source code size: 111 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 110 / 179
Referenced in: [show references]