()
| 996 | } |
| 997 | |
| 998 | public static void delayedSwitchBack() { |
| 999 | FThreads.invokeInBackgroundThread(() -> FThreads.invokeInEdtLater(() -> { |
| 1000 | clearTransitionScreen(); |
| 1001 | clearCurrentScreen(); |
| 1002 | switchToLast(); |
| 1003 | })); |
| 1004 | } |
| 1005 | |
| 1006 | @Override |
| 1007 | public void resize(int width, int height) { |
no test coverage detected