()
| 787 | } |
| 788 | |
| 789 | @AstroImageJ(reason = "Set default extension to .tbl", modified = true) |
| 790 | public static String defaultResultsExtension() { |
| 791 | return get("options.ext", ".tbl"); |
| 792 | } |
| 793 | |
| 794 | /** Sets the GenericDialog and Command Finder text scale (0.5 to 3.0). */ |
| 795 | public static void setGuiScale(double scale) { |
no test coverage detected