Revision 15251

View differences:

import/ext3D/trunk/ext3D/src/com/iver/ai2/gvsig3d/gui/VectorLayerMenu.java
117 117
		this.setTitle(PluginServices.getText(this, "Layer_Properties"));
118 118
		// Introducing the margin
119 119
		this.setSize(new Dimension(263, 174));
120
		// Dimension of the panel
121
		this.setPreferredSize(new Dimension(width, height));
120
		// Dimension of the panel only for java 1.5
121
//		this.setPreferredSize(new Dimension(width, height));
122 122
		
123 123
		this.setLocation(300, 300);
124 124
		

Also available in: Unified diff