1 | static L<Component> tabComponents(final JTabbedPane tabs) { |
2 | final new L<Component> l; |
3 | if (tabs != null) swing { |
4 | for (int i = 0; i < tabs.getTabCount(); i++) |
5 | l.add(tabs.getTabComponentAt(i)); |
6 | } |
7 | ret l; |
8 | } |
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: | 309 / 350 |
Version history: | 1 change(s) |
Referenced in: | [show references] |