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

9
LINES

< > BotCompany Repo | #1034482 // countTabs - synonym of tabCount

JavaX fragment (include)

ifclass JExtendedTabbedPane
  static int countTabs(JExtendedTabbedPane tabs) {
    ret tabCount(tabs);
  }
endif

static int countTabs(JTabbedPane tabs) {
  ret tabCount(tabs);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034482
Snippet name: countTabs - synonym of tabCount
Eternal ID of this version: #1034482/2
Text MD5: cc2a1f0fd7e2c85088dc980e42ad4961
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-04-03 19:49:50
Source code size: 186 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 108 / 120
Version history: 1 change(s)
Referenced in: [show references]