MCPcopy Create free account
hub / github.com/chms/jdotxt / run

Method run

src/com/chschmid/jdotxt/gui/JdotxtGUI.java:243–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

241 unresolvedFileModification = true;
242 EventQueue.invokeLater(new Runnable() {
243 @Override
244 public void run() {
245 if (reloadDialogVisible == false && JdotxtGUI.this.isFocused()) showReloadDialog();
246 }
247 });
248 }
249 });

Callers

nothing calls this directly

Calls 2

showReloadDialogMethod · 0.95
storeTodosMethod · 0.95

Tested by

no test coverage detected