Revision 6252

View differences:

trunk/libraries/libCq CMS for java.old/src/org/cresques/ui/raster/InfoPanel.java
344 344
					"     <td width=\"20\" height=\"18\" bgcolor=\"#D6D6D6\"align=\"center\" colspan=\"1/2\"><font face=\"Arial\" size=\"3\" align=\"right\">"+rBand+"</font></td>" +
345 345
					"     <td width=\"20\" height=\"18\" bgcolor=\"#D6D6D6\"align=\"center\" colspan=\"1/2\"><font face=\"Arial\" size=\"3\" align=\"right\">"+gBand+"</font></td>" +
346 346
					"     <td width=\"20\" height=\"18\" bgcolor=\"#D6D6D6\"align=\"center\" colspan=\"1/2\"><font face=\"Arial\" size=\"3\" align=\"right\">"+bBand+"</font></td>" +
347
					"     <td width=\"357\" height=\"18\" bgcolor="+color+"align=\"left\"><font face=\"Arial\" size=\"3\">"+"band "+(i+1)+"["+bandType+"]"+"</font></td>" +
347
					"     <td width=\"357\" height=\"18\" bgcolor="+color+"align=\"left\"><font face=\"Arial\" size=\"3\">"+"band "+(j+1)+"["+bandType+"]"+"</font></td>" +
348 348
					"  </tr>";
349 349
				propiedad = propiedad + banda;
350 350
				k++;
......
403 403
			}
404 404
		}
405 405
		
406
		if(datos == true)
407
			tablaMetadatos = cabecera + propiedades;
406
		tablaMetadatos = cabecera + propiedades;
407
		if(datos == false)
408
			return "";
408 409
		
409 410
		return tablaMetadatos;
410 411
	}

Also available in: Unified diff