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

5
LINES

< > BotCompany Repo | #1020524 // jDynamicMenu - JMenu with menu making function

JavaX fragment (include)

static JMenu jDynamicMenu(fS title, VF1<JPopupMenu> populate) {
  JMenu menu = jmenu(title);
  makeMenuFullyDynamic(menu, populate);
  ret menu;
}

Author comment

Began life as a copy of #1010601

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1020524
Snippet name: jDynamicMenu - JMenu with menu making function
Eternal ID of this version: #1020524/3
Text MD5: ffb050bb597cb5adc22dcd97236b6386
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-25 19:48:29
Source code size: 150 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 213 / 248
Version history: 2 change(s)
Referenced in: [show references]