altosuilib: Wrap radio frequency menu in JMenuBar when used in config
authorKeith Packard <keithp@keithp.com>
Fri, 20 Jun 2014 07:40:10 +0000 (00:40 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 20 Jun 2014 07:40:10 +0000 (00:40 -0700)
commit3016ee5f21ec66bf9230b90ab1420b8fad628f8d
tree39e533cea6d19daa6cc40fc08cf0eeca83fc8f2c
parent1b0f56ddb2b85b68232c22a7a8b8744cb9ad76f9
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 <keithp@keithp.com>
altosui/AltosConfigUI.java
telegps/TeleGPSConfigUI.java