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

8
LINES

< > BotCompany Repo | #1033779 // jLeftOrTopTabs

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

Libraryless. Click here for Pure Java version (6776L/38K).

// for arguments, see jtabs
static JTabbedPane jLeftOrTopTabs(bool horizontal, O... x) {
  ret horizontal ? jLeftTabs(x) : jtabs(x);
}

static JTabbedPane jLeftOrTopTabs(bool horizontal, Cl c) {
  ret horizontal ? jLeftTabs(c) : jtabs(c);
}

Author comment

Began life as a copy of #1033776

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033779
Snippet name: jLeftOrTopTabs
Eternal ID of this version: #1033779/3
Text MD5: e650c24c87437e81859012662f4951e1
Transpilation MD5: 44b31beb4d92469dc03b96c793cd8897
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-03 00:29:35
Source code size: 249 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 128
Version history: 2 change(s)
Referenced in: [show references]