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

10
LINES

< > BotCompany Repo | #1033776 // jLeftTabs - make JTabbedPane with tabs on the left

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

Libraryless. Click here for Pure Java version (6765L/37K).

// for arguments, see jtabs
static JTabbedPane jLeftTabs(O... x) {
  JTabbedPane tabs = jtabs(x);
  tabs.setTabPlacement(JTabbedPane.LEFT);
  ret tabs;
}

static JTabbedPane jLeftTabs(Collection c) {
  ret jLeftTabs(toObjectArray(c));
}

Author comment

Began life as a copy of #1006357

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033776
Snippet name: jLeftTabs - make JTabbedPane with tabs on the left
Eternal ID of this version: #1033776/1
Text MD5: 8554a8538e152c832c6e5f932d95ad15
Transpilation MD5: 4704cc8ba94b9653790f99ea528ce9ab
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-02 23:38:07
Source code size: 245 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 74 / 106
Referenced in: [show references]