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

Method windowGainedFocus

src/com/chschmid/jdotxt/gui/JdotxtGUI.java:231–234  ·  view source on GitHub ↗
(WindowEvent arg0)

Source from the content-addressed store, hash-verified

229 @Override
230 public void windowLostFocus(WindowEvent arg0) { }
231 @Override
232 public void windowGainedFocus(WindowEvent arg0) {
233 if (unresolvedFileModification && !reloadDialogVisible) showReloadDialog();
234 }
235 });
236
237 // Add a listener to file modifications

Callers

nothing calls this directly

Calls 1

showReloadDialogMethod · 0.95

Tested by

no test coverage detected