Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codenameone/CodenameOne
/ restoreMenu
Method
restoreMenu
CodenameOne/src/com/codename1/ui/Form.java:2938–2940 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2936
///
2937
/// - `#hideMenu()`
2938
void
restoreMenu() {
2939
menuBar.installMenuBar();
2940
}
2941
2942
void
setFocusedInternal(Component focused) {
2943
this.focused = focused;
Callers
1
refreshTheme
Method · 0.95
Calls
1
installMenuBar
Method · 0.45
Tested by
no test coverage detected