Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ hideMenu
Method
hideMenu
CodenameOne/src/com/codename1/ui/Form.java:2929–2931 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2927
///
2928
/// - `#restoreMenu()`
2929
void
hideMenu() {
2930
menuBar.unInstallMenuBar();
2931
}
2932
2933
/// Invoked by display to restore the menu after transition
2934
///
Callers
1
refreshTheme
Method · 0.95
Calls
1
unInstallMenuBar
Method · 0.45
Tested by
no test coverage detected