TextWindow calls this method with a null argument when the "Results" window is closed.
(TextPanel tp)
| 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() { |