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