Revision: 4454
          http://sourceforge.net/p/jump-pilot/code/4454
Author:   ma15569
Date:     2015-05-19 11:20:28 +0000 (Tue, 19 May 2015)
Log Message:
-----------
Solved bug on OJ Version 20150507 snapshot rev.4426 described by Uwe 
(RasterColorEditor.class)

Modified Paths:
--------------
    
core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/panel/RasterColorEditorPanel.java

Modified: 
core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/panel/RasterColorEditorPanel.java
===================================================================
--- 
core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/panel/RasterColorEditorPanel.java
      2015-05-18 20:22:55 UTC (rev 4453)
+++ 
core/trunk/src/org/openjump/core/ui/plugin/layer/pirolraster/panel/RasterColorEditorPanel.java
      2015-05-19 11:20:28 UTC (rev 4454)
@@ -153,11 +153,7 @@
 
         setLayout(layout);
 
-        if (layer.getNumBands() > 1) {
-            warning = new JLabel(WARNING);
-            warningPanel.add(warning);
-            add(warningPanel, BorderLayout.CENTER);
-        } else {
+         
             // Giuseppe Aruta - 2015_4_21
             // First panel: show statistics of cells of the layer
             // Deactivate for now
@@ -225,7 +221,7 @@
             FormUtils.addRowInGBL(strechedPanel, 7, 0, transparentBox);
             add(strechedPanel, BorderLayout.NORTH);
 
-        }
+        
 
     }
 


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to