Warning: session_start(): open(/var/lib/php/sessions/sess_9ph5dcja7qi8m0rvci8omi4l1r, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
jVerticalRightTabs - make JTabbedPane with tabs on the right, rotated 90° to vertical [doesn't work with latest Substance, dev.] [1006317]

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)

1  
// for arguments, see jtabs
2  
static JTabbedPane jVerticalRightTabs(O... x) {
3  
  JTabbedPane tabs = jtabs(x);
4  
  tabs.putClientProperty(
5  
    SubstanceLookAndFeel.TABBED_PANE_VERTICAL_ORIENTATION, true);
6  
  ret tabs;
7  
}
8  
9  
static JTabbedPane jVerticalRightTabs(Collection c) {
10  
  ret jVerticalRightTabs(toObjectArray(c));
11  
}

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: 924 / 945
Referenced in: [show references]