(String position, boolean modal)
| 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 | /// |