// x = names and components interleaving. // or just components. // or just names. // also, first element can be index of tab to open at start // also, SUPER short demo syntax: jtabs(3) // also, you can pass a Collection containing the elements static JTabbedPane jtabs(O... x) { ret fillJTabs(swingNu(JTabbedPane.class), x); }
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, qsqiayxyrbia, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1003647 |
Snippet name: | jtabs - make JTabbedPane |
Eternal ID of this version: | #1003647/5 |
Text MD5: | efc446b2f7019549ef894461cacaa687 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-12 20:11:13 |
Source code size: | 337 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 640 / 688 |
Version history: | 4 change(s) |
Referenced in: | #1006317 - jVerticalRightTabs - make JTabbedPane with tabs on the right, rotated 90° to vertical [doesn't work with latest Substance, dev.] #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020699 - jBottomTabs #1035167 - jExtendedTabs - make JExtendedTabbedPane |