Revision 1725 org.gvsig.raster.georeferencing/trunk/org.gvsig.raster.georeferencing/org.gvsig.raster.georeferencing.framework/org.gvsig.raster.georeferencing.framework.andami/src/main/java/org/gvsig/raster/georeferencing/framework/andami/GeorefViewWindow.java

View differences:

GeorefViewWindow.java
79 79
	 * @see com.iver.andami.ui.mdiManager.IWindow#getWindowInfo()
80 80
	 */
81 81
	public WindowInfo getWindowInfo() {
82
		WindowInfo m_viewinfo = new WindowInfo(WindowInfo.MODELESSDIALOG | WindowInfo.RESIZABLE /*| WindowInfo.NOTCLOSABLE*/);
82
		WindowInfo m_viewinfo = new WindowInfo(WindowInfo.MODELESSDIALOG | WindowInfo.RESIZABLE | WindowInfo.NOTCLOSABLE | WindowInfo.MAXIMIZABLE);
83 83
		//if (getClippingPanel().getFLayer() != null)
84 84
			//m_viewinfo.setAdditionalInfo(getClippingPanel().getFLayer().getName());
85 85
		m_viewinfo.setTitle(Messages.getText("view_panel"));

Also available in: Unified diff