From: Keith Packard Date: Fri, 20 Jun 2014 07:40:10 +0000 (-0700) Subject: altosuilib: Wrap radio frequency menu in JMenuBar when used in config X-Git-Tag: 1.4.9.1~32^2~13 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3016ee5f21ec66bf9230b90ab1420b8fad628f8d;hp=3016ee5f21ec66bf9230b90ab1420b8fad628f8d;p=fw%2Faltos altosuilib: Wrap radio frequency menu in JMenuBar when used in config The device config dialogs place the radio frequency menu inside a dialog box; it needs to be inside a MenuBar to work properly, so create one to hold it. Signed-off-by: Keith Packard ---