Revision 10882

View differences:

trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/histogram/ui/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());
trunk/libraries/libUIComponent/src-test/org/gvsig/gui/beans/progressPanel/TestProgressPanel.java
34 34

  
35 35
		public void showWindow() {
36 36
			frame.setTitle("Actualizando datos");
37
			frame.showLog(true);
37
			frame.showLog(false);
38 38
			frame.show();
39 39
			if (this.isAlive())
40 40
				this.resume();

Also available in: Unified diff