MCPcopy 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

refreshThemeMethod · 0.95

Calls 1

installMenuBarMethod · 0.45

Tested by

no test coverage detected