Revision 16421 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/GradientFill.java

View differences:

GradientFill.java
92 92
	private JComboBox gradientStyle;
93 93
	private JSymbolPreviewButton btnOutline;
94 94
	private ILineSymbol outline;
95
	private ArrayList tabs = new ArrayList();
95
	private ArrayList<JPanel> tabs = new ArrayList<JPanel>();
96
	
96 97
	/**
97 98
	 * Constructor method
98 99
	 * @param owner
......
245 246
		gradientColor.setSelectedIndex(sym.getindexgradientcolor());
246 247

  
247 248
		gradientStyle.addActionListener(this);
248

  
249

  
250

  
251

  
252 249
	}
253 250

  
254 251
	public void actionPerformed(ActionEvent e) {

Also available in: Unified diff