// menuMaker = voidfunc(JPopupMenu) static void titlePopupMenu(final Component c, fO menuMaker) { JComponent titleBar = getTitlePaneComponent(getPossiblyInternalFrame(c)); if (titleBar == null) print("Can't add title right click!"); else componentPopupMenu(titleBar, menuMaker); }