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

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P2
    • None
    • Affects Version/s: 1.1
    • Component/s: 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
        
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: