()
| 452 | /// @return the form currently displayed on the screen or null if no form is |
| 453 | /// currently displayed |
| 454 | public static Form getCurrentForm() { |
| 455 | return Display.INSTANCE.getCurrent(); |
| 456 | } |
| 457 | |
| 458 | /// Return the width of the display |
| 459 | /// |