(String position, boolean modal)
| 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. |
no test coverage detected