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

5
LINES

< > BotCompany Repo | #1019359 // addMenuListener

JavaX fragment (include)

static void addMenuListener(final JMenu menu, final MenuListener l) {
  if (menu != null) swing {
    menu.addMenuListener(l);
  }
}

Author comment

Began life as a copy of #1015949

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: #1019359
Snippet name: addMenuListener
Eternal ID of this version: #1019359/1
Text MD5: 101bf8c172a7d0c5d84fb28164e43602
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-11-04 15:30:16
Source code size: 136 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 257 / 281
Referenced in: [show references]