• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Vote for Java Bug: JMenuBar.setHelpMenu()

 
Ranch Hand
Posts: 508
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello all,
the method JMenuBar.setHelpMenu() throws an UnsupportedOperationException as it is "not yet implemented". This is the case since version 1.2.
this bug (request for enhancement):
http://developer.java.sun.com/developer/bugParade/bugs/4087846.html
is in the database since 1997! It never should have been necessary to put it there, in my opinion. If they ever planned to implement the method, they should have done that at last in 1.3. If they plan to never implement it, they never should have put the method in the API in the first place.
my request is: Please do vote for this bug. The amount of votes for a bug is considered by Sun.
I am not posting this request because I am in urgent need of this method implementation, nor because I am not able to use the workaround. It's the fact that this method was added to the API to be implemented (I hope: shortly) afterwards and noone ever touched it since (even not after the bug/request for enhancement was posted!). In this case every user of it realizes the lack of implementation at once, but how many other methods are not implemented as they should be, cause someone planned them but never could finish them properly.

cheers
Chantal
 
Your mother is a hamster and your father smells of tiny ads!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic