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

5
LINES

< > BotCompany Repo | #1035813 // jvsplitSections

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

Libraryless. Click here for Pure Java version (11547L/65K).

static JSplitPane jvsplitSections(S titleN, Component n, S titleS, Component s, double splitPoint default 0.5) {
  ret jvsplit_minZero(
    jCenteredSection(titleN, n),
    jCenteredSection(titleS, s), splitPoint);
}

Author comment

Began life as a copy of #1035793

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj

No comments. add comment

Snippet ID: #1035813
Snippet name: jvsplitSections
Eternal ID of this version: #1035813/1
Text MD5: f87bdad830a913ba9bbf01781fa50376
Transpilation MD5: fda003d62a233b41fe86f263d068a9cd
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 22:54:03
Source code size: 220 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 63 / 88
Referenced in: [show references]