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

7
LINES

< > BotCompany Repo | #1010601 // jmenu - JMenu with items

JavaX fragment (include)

static JMenu jmenu(fS title, fO... items) {
  ret swing(func -> JMenu {
    JMenu menu = new(title);
    fillJMenu(menu, items);
    ret menu;
  });
}

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: #1010601
Snippet name: jmenu - JMenu with items
Eternal ID of this version: #1010601/1
Text MD5: 72a086ee25df92535575dc1277f089e3
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-22 19:05:07
Source code size: 156 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 458 / 505
Referenced in: [show references]