Description: Brian Cole In part four in this book excerpt series on Swing menus and toolbars from Java Swing, 2nd Edition , learn about the JPopupMenu class. The JPopupMenu Class Pop-up menus are an increasingly popular user-interface feature. These menus are not attached to a menu bar; instead, they are free-floating menus that associate themselves with an underlying component. This component is called the invoker.