MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / mouseClicked

Method mouseClicked

ij/src/main/java/ij/plugin/frame/Editor.java:1170–1172  ·  view source on GitHub ↗
(MouseEvent e)

Source from the content-addressed store, hash-verified

1168 showLinePos();
1169 }
1170 public void mouseClicked (MouseEvent e) {
1171 showLinePos();
1172 }
1173
1174 private void showLinePos() { // show line numbers in status bar (Norbert Vischer)
1175 char[] chars = ta.getText().toCharArray();

Callers

nothing calls this directly

Calls 1

showLinePosMethod · 0.95

Tested by

no test coverage detected