Libraryless. Click here for Pure Java version (3601L/20K).
1 | svoid copyInternalFramePopupMenu(JPopupMenu dest, JInternalFrame f) swing {
|
2 | L maker = cast _get(findComponentPopupMenuListener_gen(f), 'maker); |
3 | if (empty(maker)) ret; |
4 | |
5 | /*componentPopupMenu_mouseEvent.set(new MouseEvent |
6 | (f, MouseEvent.MOUSE_PRESSED, now(), 0, 30, 15, 1, true));*/ |
7 | |
8 | for (O menuMaker : maker) |
9 | pcallF(menuMaker, dest); |
10 | } |
Began life as a copy of #1020020
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032115 |
| Snippet name: | copyInternalFramePopupMenu |
| Eternal ID of this version: | #1032115/3 |
| Text MD5: | 7ba542d059b4b8caa03e3b559ae2bfd9 |
| Transpilation MD5: | 48e044b2f845daadfc8b01960fa5bc27 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-08-14 00:58:44 |
| Source code size: | 360 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 359 / 460 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |