Returns the port that ImageJ checks on startup to see if another instance is running. @see ij.OtherInstance
()
| 926 | * @see ij.OtherInstance |
| 927 | */ |
| 928 | public static int getPort() { |
| 929 | return port; |
| 930 | } |
| 931 | |
| 932 | /** Returns the command line arguments passed to ImageJ. */ |
| 933 | public static String[] getArgs() { |