()
| 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. |
| 2568 | public void showBack() { |
| 2569 | show(true); |
| 2570 | } |
| 2571 | |
| 2572 | /// Displays the current form on the screen |
| 2573 | private void show(boolean reverse) { |