please include function componentPopupMenu. static void componentPopupMenu_top(final JComponent component, final VF1 menuMaker) { componentPopupMenu_init(); swing { L maker = componentPopupMenu_map.get(component); if (maker == null) { componentPopupMenu_map.put(component, maker = new L); component.addMouseListener(new componentPopupMenu_Adapter(maker)); } maker.add(0, menuMaker); } }