Changeset 7835 for trunk/projects/slim-plugin/src/main/java/loci
- Timestamp:
- 12/14/11 18:14:07 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/projects/slim-plugin/src/main/java/loci/slim/colorizer/DataColorizer2.java
r7832 r7835 131 131 m_ui = new DataColorizerUI(m_colorize, this); 132 132 133 imagej.slim.histogram.HistogramTool histogram = new imagej.slim.histogram.HistogramTool();133 //TODO compile error here 12/14 when I made HistogramTool a singleton. imagej.slim.histogram.HistogramTool histogram = new imagej.slim.histogram.HistogramTool(); 134 134 135 135
Note: See TracChangeset
for help on using the changeset viewer.