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: | 555 / 595 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1020524 - jDynamicMenu - JMenu with menu making function |