MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / showNotify

Method showNotify

CodenameOne/src/com/codename1/ui/Form.java:958–960  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

956 /// this method isn't called for form based events and is generally usable for
957 /// suspend/resume based behavior
958 protected void showNotify() {
959 setVisible(true);
960 }
961
962 /// This method is only invoked when the underlying canvas for the form gets
963 /// a size changed event.

Callers 1

handleEventMethod · 0.95

Calls 1

setVisibleMethod · 0.95

Tested by

no test coverage detected