(final Runnable proc)
| 24 | } |
| 25 | |
| 26 | public static void invokeInEdtLater(final Runnable proc) { |
| 27 | GuiBase.getInterface().invokeInEdtLater(proc); |
| 28 | } |
| 29 | |
| 30 | public static void invokeInEdtNowOrLater(final Runnable proc) { |
| 31 | if (isGuiThread()) { |
no test coverage detected