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

Method showPacked

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

Source from the content-addressed store, hash-verified

1704 ///
1705 /// the command selected if the dialog is modal and disposed via a command
1706 public Command showPacked(String position, boolean modal) {
1707 return showPackedImpl(position, modal, false);
1708 }
1709
1710 /// Convenience method to show a dialog stretched to one of the sides
1711 ///

Callers 10

showInfiniteBlockingMethod · 0.95
showImplMethod · 0.95
showModelessMethod · 0.95
exceptionMethod · 0.95
runDemoMethod · 0.95
startMethod · 0.95
showPopupDialogMethod · 0.80
showMenuDialogMethod · 0.80

Calls 1

showPackedImplMethod · 0.95