Class JMenuPlus

All Implemented Interfaces:
ImageObserver, ItemSelectable, MenuContainer, Serializable, Accessible, MenuElement, SwingConstants
Direct Known Subclasses:
Actions.SubMenu

@Deprecated public class JMenuPlus extends JMenu
Deprecated.
doesn't do anything special anymore - since org.openide.awt 6.5
A subclass of JMenu which provides workaround for pre-JDK 1.2.2 JMenu positioning problem. It assures, that the popup menu gets placed inside visible screen area. It also improves placement of popups in the case the subclass lazily changes the content from getPopupMenu().
See Also:
  • Constructor Details

    • JMenuPlus

      public JMenuPlus()
      Deprecated.
    • JMenuPlus

      public JMenuPlus(String label)
      Deprecated.