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

10
LINES

< > BotCompany Repo | #1006357 // jRightTabs - make JTabbedPane with tabs on the right

JavaX fragment (include)

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

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

Author comment

Began life as a copy of #1006317

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006357
Snippet name: jRightTabs - make JTabbedPane with tabs on the right
Eternal ID of this version: #1006357/1
Text MD5: 68083e913d0cd94a29161a7425eae15f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-29 02:41:39
Source code size: 249 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 492 / 504
Referenced in: [show references]