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

Method showStetched

CodenameOne/src/com/codename1/ui/Dialog.java:1740–1742  ·  view source on GitHub ↗
(String position, boolean modal)

Source from the content-addressed store, hash-verified

1738 ///
1739 /// due to typo use showStretched instead
1740 public Command showStetched(String position, boolean modal) {
1741 return showPackedImpl(position, modal, true);
1742 }
1743
1744 /// Returns the preferred size of the dialog, this allows developers to position a dialog
1745 /// manually in arbitrary positions.

Callers 1

actionPerformedMethod · 0.95

Calls 1

showPackedImplMethod · 0.95

Tested by

no test coverage detected