()
| 676 | } |
| 677 | |
| 678 | private TextWindow getTextWindow() { |
| 679 | Component comp = getParent(); |
| 680 | if (comp==null || !(comp instanceof TextWindow)) |
| 681 | return null; |
| 682 | else |
| 683 | return (TextWindow)comp; |
| 684 | } |
| 685 | |
| 686 | @AstroImageJ(reason = "Add check for AIJ windows", modified = true) |
| 687 | void rename(String title2) { |