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

11
LINES

< > BotCompany Repo | #1006317 // jVerticalRightTabs - make JTabbedPane with tabs on the right, rotated 90° to vertical [doesn't work with latest Substance, dev.]

JavaX fragment (include)

// for arguments, see jtabs
static JTabbedPane jVerticalRightTabs(O... x) {
  JTabbedPane tabs = jtabs(x);
  tabs.putClientProperty(
    SubstanceLookAndFeel.TABBED_PANE_VERTICAL_ORIENTATION, true);
  ret tabs;
}

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

Author comment

Began life as a copy of #1003647

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006317
Snippet name: jVerticalRightTabs - make JTabbedPane with tabs on the right, rotated 90° to vertical [doesn't work with latest Substance, dev.]
Eternal ID of this version: #1006317/1
Text MD5: 3dcd9dfbc25486d4cb98d6bba26dace5
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-28 19:28:18
Source code size: 323 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 437 / 477
Referenced in: [show references]