1 | static void addMenuListener(final JMenu menu, final MenuListener l) {
|
2 | if (menu != null) swing {
|
3 | menu.addMenuListener(l); |
4 | } |
5 | } |
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: | 554 / 585 |
| Referenced in: | [show references] |