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

8
LINES

< > BotCompany Repo | #1007405 // activateMyFrames

JavaX fragment (include)

static L<JFrame> activateMyFrames() {
  final L<JFrame> l = myFrames();
  swing {
    for (JFrame f : l)
      activateFrame(f);
  }
  ret l;
}

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: 490 / 500
Version history: 2 change(s)
Referenced in: [show references]