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 | } |
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: | 773 / 799 |
| Referenced in: | [show references] |