1 | // for arguments, see jtabs |
2 | static JTabbedPane jRightTabs(O... x) { |
3 | JTabbedPane tabs = jtabs(x); |
4 | tabs.setTabPlacement(JTabbedPane.RIGHT); |
5 | ret tabs; |
6 | } |
7 | |
8 | static JTabbedPane jRightTabs(Collection c) { |
9 | ret jRightTabs(toObjectArray(c)); |
10 | } |
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: | 561 / 578 |
Referenced in: | [show references] |