Libraryless. Click here for Pure Java version (6765L/37K).
1 | // for arguments, see jtabs |
2 | static JTabbedPane jLeftTabs(O... x) { |
3 | JTabbedPane tabs = jtabs(x); |
4 | tabs.setTabPlacement(JTabbedPane.LEFT); |
5 | ret tabs; |
6 | } |
7 | |
8 | static JTabbedPane jLeftTabs(Collection c) { |
9 | ret jLeftTabs(toObjectArray(c)); |
10 | } |
Began life as a copy of #1006357
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033776 |
Snippet name: | jLeftTabs - make JTabbedPane with tabs on the left |
Eternal ID of this version: | #1033776/1 |
Text MD5: | 8554a8538e152c832c6e5f932d95ad15 |
Transpilation MD5: | 4704cc8ba94b9653790f99ea528ce9ab |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-01-02 23:38:07 |
Source code size: | 245 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 148 / 204 |
Referenced in: | [show references] |