1 | ifclass JExtendedTabbedPane |
2 | svoid selectTab(JExtendedTabbedPane tabs, int idx) { |
3 | if (tabs != null) swing { |
4 | tabs.setSelectedIndex(idx); |
5 | } |
6 | } |
7 | endif |
8 | |
9 | svoid selectTab(JTabbedPane tabs, int idx) { |
10 | if (tabs != null) swing { |
11 | tabs.setSelectedIndex(idx); |
12 | } |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020864 |
Snippet name: | selectTab |
Eternal ID of this version: | #1020864/2 |
Text MD5: | ce4e3ff8af05a7d765434831feae638a |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-04-03 19:48:21 |
Source code size: | 286 bytes / 13 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 308 / 369 |
Version history: | 1 change(s) |
Referenced in: | [show references] |