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

8
LINES

< > BotCompany Repo | #1020867 // tabComponents

JavaX fragment (include)

static L<Component> tabComponents(final JTabbedPane tabs) {
  final new L<Component> l;
  if (tabs != null) swing {
    for (int i = 0; i < tabs.getTabCount(); i++)
      l.add(tabs.getTabComponentAt(i));
  }
  ret l;
}

Author comment

Began life as a copy of #1020866

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020867
Snippet name: tabComponents
Eternal ID of this version: #1020867/2
Text MD5: a57958e0ab36c3527edf3307c4d39bd3
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-06 13:40:03
Source code size: 226 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 235 / 278
Version history: 1 change(s)
Referenced in: [show references]