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

8
LINES

< > BotCompany Repo | #1007405 // activateMyFrames

JavaX fragment (include)

1  
static L<JFrame> activateMyFrames() {
2  
  final L<JFrame> l = myFrames();
3  
  swing {
4  
    for (JFrame f : l)
5  
      activateFrame(f);
6  
  }
7  
  ret l;
8  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1007405
Snippet name: activateMyFrames
Eternal ID of this version: #1007405/3
Text MD5: 26971c106765bda80f73ef36c6abf03c
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-03-22 21:24:02
Source code size: 150 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 485 / 494
Version history: 2 change(s)
Referenced in: [show references]