Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4025968

method setHelpMenu(Menu name) in class MenuBar doesn't work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2 P2
    • None
    • 1.1
    • client-libs
    • None
    • x86
    • windows_95



      Name: mc57594 Date: 01/14/97

      In JDK 1.02 MenuBar.setHelpMenu(Menu name) would make the
      Menu given as the parameter apprear as the last menu on the bar. This no
      longer seems to work. Sample code -

      Frame f=new Frame();MenuBar mb=new MenuBar();
      Menu any=new Menu("Any menu");Menu help=new Menu("Help");
      mb.add(help);mb.add(any);mb.setHelpMenu(help);
      f.setMenuBar(mb);f.setVisible(true);
      //even though help is added first it should appear last
        
      ======================================================================

            gsaab Georges Saab
            mchamnessunw Mark Chamness (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: