Revision 10882 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/histogram/ui/HistogramIncrement.java

View differences:

HistogramIncrement.java
48 48
	 */
49 49
	public void showWindow(){
50 50
		window.setTitle("Actualizando datos");
51
		window.showLog(true);
51
		window.showLog(false);
52 52
		window.show();
53 53
		
54 54
		if(this.isAlive())
......
63 63
	public synchronized void run(){
64 64
		while(true){
65 65
			Histogram hist = this.getHistogramPanelListener().getHistogram();
66
			window.addLineLog("Calculando histograma.");
66 67
			while (hist.getPercent() < 100){
67 68
				window.setLabel(Messages.getText("calculando ...") +  hist.getPercent() +"%");
68 69
				window.setPercent(hist.getPercent());

Also available in: Unified diff