Not Including a MenuSearchWidget? #507
Unanswered
MichaelWDenney
asked this question in
Q&A
Replies: 1 comment 6 replies
-
That widget should only get added to the menu bar when you call |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our application is using JMenuBar for some low level menus. The JMenuBar class is getting the RadianceMenuBarUI and, I assume, therefore includes an instance of MenuSearchWidget. I don't want a search panel in these menus and its presence is resulting in a blank entry at the end of our menus. Is there a mechanism to disable menu search support in a particular menu bar? Simply removing the MenuSearchWidget appears to work, but that is definitely inelegant.
Beta Was this translation helpful? Give feedback.
All reactions