1 | ifclass JExtendedTabbedPane |
2 | static int tabCount(JExtendedTabbedPane tabs) { |
3 | ret tabs == null ? 0 : swing(-> tabs.getTabCount()); |
4 | } |
5 | endif |
6 | |
7 | static int tabCount(JTabbedPane tabs) { |
8 | ret tabs == null ? 0 : swing(-> tabs.getTabCount()); |
9 | } |
Began life as a copy of #1020867
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020957 |
Snippet name: | tabCount |
Eternal ID of this version: | #1020957/3 |
Text MD5: | 76b497f105bdbcdd5987ff307174fe83 |
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:49:36 |
Source code size: | 250 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 338 / 390 |
Version history: | 2 change(s) |
Referenced in: | [show references] |