I can remove the JPopupMenu border with UIManager.put("PopupMenu.border", BorderFactory.createEmptyBorder());
But it doesn't work with Nimbus. By looking at the Nimbus Defaults properties, I cannot find an entry to set the JPopupMenu border.
Is there a way to remove the border or to set the border color?