Revision 11033 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/histogram/ui/HistogramDialog.java

View differences:

HistogramDialog.java
61 61
	}
62 62

  
63 63
	public WindowInfo getWindowInfo() {
64
		WindowInfo m_viewinfo=new WindowInfo(WindowInfo.RESIZABLE);
64
		WindowInfo m_viewinfo=new WindowInfo(WindowInfo.RESIZABLE | WindowInfo.MAXIMIZABLE);
65 65
    	m_viewinfo.setTitle(PluginServices.getText(this, "histograma"));
66 66
     	m_viewinfo.setHeight(this.getHeight());
67 67
     	m_viewinfo.setWidth(this.getWidth());

Also available in: Unified diff