Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1020957 // tabCount

JavaX fragment (include)

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());
}

Author comment

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: 250 / 303
Version history: 2 change(s)
Referenced in: [show references]