()
| 2559 | |
| 2560 | /// Displays the current form on the screen |
| 2561 | public void show() { |
| 2562 | Display.impl.onShow(this); |
| 2563 | show(false); |
| 2564 | } |
| 2565 | |
| 2566 | /// Displays the current form on the screen, this version of the method is |
| 2567 | /// useful for "back" navigation since it reverses the direction of the transition. |