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

Method setTextPanel

ij/src/main/java/ij/IJ.java:809–811  ·  view source on GitHub ↗

TextWindow calls this method with a null argument when the "Results" window is closed.

(TextPanel tp)

Source from the content-addressed store, hash-verified

807
808 /** TextWindow calls this method with a null argument when the "Results" window is closed. */
809 public static void setTextPanel(TextPanel tp) {
810 textPanel = tp;
811 }
812
813 /**Displays a "no images are open" dialog box.*/
814 public static void noImage() {

Callers 2

renameMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected