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

4
LINES

< > BotCompany Repo | #1034133 // tabNames

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4917L/27K).

static LS tabNames(JTabbedPane tabs) {
  ret tabs == null ?: swing(->
    countIteratorToList(tabs.getTabCount(), i -> tabs.getTitleAt(i)));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1034133
Snippet name: tabNames
Eternal ID of this version: #1034133/3
Text MD5: 64f08baa8aa9f987515cce808f7ef0b6
Transpilation MD5: d75e9a918044e3dbda395214c440d5ee
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-24 01:16:04
Source code size: 145 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 61 / 114
Version history: 2 change(s)
Referenced in: [show references]