Libraryless. Click here for Pure Java version (6776L/38K).
1 | // for arguments, see jtabs |
2 | static JTabbedPane jLeftOrTopTabs(bool horizontal, O... x) {
|
3 | ret horizontal ? jLeftTabs(x) : jtabs(x); |
4 | } |
5 | |
6 | static JTabbedPane jLeftOrTopTabs(bool horizontal, Cl c) {
|
7 | ret horizontal ? jLeftTabs(c) : jtabs(c); |
8 | } |
Began life as a copy of #1033776
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033779 |
| Snippet name: | jLeftOrTopTabs |
| Eternal ID of this version: | #1033779/3 |
| Text MD5: | e650c24c87437e81859012662f4951e1 |
| Transpilation MD5: | 44b31beb4d92469dc03b96c793cd8897 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-01-03 00:29:35 |
| Source code size: | 249 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 358 / 485 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |