()
| 436 | /// |
| 437 | /// true if the application is minimized |
| 438 | public static boolean isMinimized() { |
| 439 | return Display.impl.isMinimized(); |
| 440 | } |
| 441 | |
| 442 | /// Restore the minimized application if minimization is supported by the platform |
| 443 | public static void restoreMinimizedApplication() { |