Revision 17047 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/properties/panels/PanSharpeningPanel.java

View differences:

PanSharpeningPanel.java
105 105

  
106 106

  
107 107
	protected void initialize() {
108
				this.setPreferredSize(new Dimension(sizeX, sizeY));
109
				this.setLayout(new FlowLayout());
110
				this.setLocation(0, 0);
111
				this.setSize(445, 239);
112
				this.add(getPSharpNorth(), null);
113
				this.setTableEnabled(false);
114
		}
108
		this.setPreferredSize(new Dimension(sizeX, sizeY));
109
		this.setLayout(new FlowLayout());
110
		this.setLocation(0, 0);
111
		this.setSize(445, 239);
112
		this.add(getPSharpNorth(), null);
113
		this.setTableEnabled(false);
114
		this.setPreferredSize(new Dimension(100, 80));
115
	}
115 116

  
116 117
		/*
117 118
		 * (non-Javadoc)
119
		 * 
118 120
		 * @see org.gvsig.raster.gui.properties.dialog.IRegistrablePanel#initializeUI()
119 121
		 */
120 122
		public void initializeUI() {

Also available in: Unified diff