Why are JMenuBars restricted ??
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
JMenuBars are not added to the hierarchy when they are not children of objects that lack a "setJMenuBar" method? Is there a good reason for that? It seems like an unnecessary restriction. It should be added via that method if and only if there is a method by that name, otherwise it should be added in the normal add( Component ) way. Steve