MCPcopy Create free account
hub / github.com/bither/bither-desktop-java / refreshFrame

Method refreshFrame

src/main/java/net/bither/Bither.java:486–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

484 }
485
486 public static void refreshFrame() {
487 if (SwingUtilities.isEventDispatchThread()) {
488 refreshFrameInUi();
489 } else {
490 SwingUtilities.invokeLater(new Runnable() {
491 @Override
492 public void run() {
493 refreshFrameInUi();
494 }
495 });
496 }
497
498 }
499
500 private static void refreshFrameInUi() {
501 Bither.getMainFrame().setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));

Callers 15

runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
completeAddreesMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls 1

refreshFrameInUiMethod · 0.95

Tested by

no test coverage detected