Revision 7306 branches/v10/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/core/gui/GeoprocessPaneContainer.java

View differences:

GeoprocessPaneContainer.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.6  2006-08-29 07:56:30  cesar
48
 * Revision 1.6.2.1  2006-09-15 15:07:08  azabala
49
 * adjusted panel with to try to solve visualization problems in certain O.S and monitors
50
 *
51
 * Revision 1.6  2006/08/29 07:56:30  cesar
49 52
 * Rename the *View* family of classes to *Window* (ie: SingletonView to SingletonWindow, ViewInfo to WindowInfo, etc)
50 53
 *
51 54
 * Revision 1.5  2006/08/29 07:13:56  cesar
......
140 143
			viewInfo = new WindowInfo(WindowInfo.MODALDIALOG);
141 144
			viewInfo.setTitle(PluginServices.getText(this,
142 145
					"Herramientas_de_analisis"));
143
			viewInfo.setWidth(570);
144
			viewInfo.setHeight(460);
146
			viewInfo.setWidth(600);
147
			viewInfo.setHeight(480);
145 148
		}
149
		
150
//		viewInfo.setWidth(mainPanel.getWidth() + 40);
151
//		viewInfo.setHeight(mainPanel.getHeight() + 40);
146 152
		return viewInfo;
147 153
	}
148 154
	
155

  
156
	
149 157
	/**
150 158
	 * Sets AndamiCmd instance, which knows how to run geoprocess
151 159
	 * from user inputs in main panel.

Also available in: Unified diff