// 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)); }
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: | 560 / 577 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1033776 - jLeftTabs - make JTabbedPane with tabs on the left |