ifclass JExtendedTabbedPane static int tabCount(JExtendedTabbedPane tabs) { ret tabs == null ? 0 : swing(-> tabs.getTabCount()); } endif static int tabCount(JTabbedPane tabs) { ret tabs == null ? 0 : swing(-> tabs.getTabCount()); }
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: | 339 / 390 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |