()
| 111 | } |
| 112 | |
| 113 | public long getMemorySetting() { |
| 114 | if (IJ.getApplet()!=null) return 0L; |
| 115 | long max = 0L; |
| 116 | |
| 117 | // As of 5.0.0.0, AIJ uses a unified file for memory settings |
| 118 | max = getMemorySetting(getFileName()); |
| 119 | return max; |
| 120 | } |
| 121 | |
| 122 | void showError() { |
| 123 | int max = (int)(maxMemory()/1048576L); |
no test coverage detected