(Runnable r)
| 314 | /// - `r`: @param r runnable (NOT A THREAD!) that will be invoked on the EDT serial to |
| 315 | /// the paint and key handling events |
| 316 | public static void callSerially(Runnable r) { |
| 317 | Display.INSTANCE.callSerially(r); |
| 318 | } |
| 319 | |
| 320 | /// Causes the runnable to be invoked on the event dispatch thread when the event |
| 321 | /// dispatch thread is idle. This method returns immediately and will not wait for the serial call |