Revision: 5866
          http://sourceforge.net/p/jump-pilot/code/5866
Author:   ma15569
Date:     2018-06-09 05:22:53 +0000 (Sat, 09 Jun 2018)
Log Message:
-----------
deactivated search/command panel

Modified Paths:
--------------
    core/trunk/src/org/openjump/core/ui/plugin/raster/HistogramPlugIn.java

Modified: core/trunk/src/org/openjump/core/ui/plugin/raster/HistogramPlugIn.java
===================================================================
--- core/trunk/src/org/openjump/core/ui/plugin/raster/HistogramPlugIn.java      
2018-06-09 05:20:51 UTC (rev 5865)
+++ core/trunk/src/org/openjump/core/ui/plugin/raster/HistogramPlugIn.java      
2018-06-09 05:22:53 UTC (rev 5866)
@@ -462,7 +462,7 @@
                         
I18N.get("com.vividsolutions.jump.util.Frequency.relative-frequency"),
                         relativeFrequencyObject);
                 final JTablePanel jTablePanel = new JTablePanel(dtm);
-
+                jTablePanel.getCommandPanel().setVisible(false);
                 freqFrame.add(jTablePanel);
 
                 freqFrame.setVisible(true);


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to