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

6
LINES

< > BotCompany Repo | #1019127 // internalFramePopupMenuFromActions_threaded

JavaX fragment (include)

svoid internalFramePopupMenuFromActions_threaded(Container f, L<AbstractAction> actions) {
  if (!f instanceof JInternalFrame) ret;
  for (final AbstractAction a : unnull(actions))
    if (a != null)
      internalFramePopupMenuItem(f/JInternalFrame, str(a.getValue(Action.NAME)), r-thread { callAction(a) });
}

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019127
Snippet name: internalFramePopupMenuFromActions_threaded
Eternal ID of this version: #1019127/3
Text MD5: 86f54c187f84a908c0ed3f661d0b14c8
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-24 12:54:42
Source code size: 316 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 281 / 335
Version history: 2 change(s)
Referenced in: [show references]