Revision 31496 branches/v2_0_0_prep/applications/appgvSIG/src/org/gvsig/app/project/documents/table/gui/Statistics.java

View differences:

Statistics.java
22 22
 */
23 23
public class Statistics extends JPanel implements IWindow {
24 24

  
25
	/**
26
	 * 
27
	 */
28
	private static final long serialVersionUID = 4121044001351869615L;
25 29
	private JScrollPane jScrollPane = null;
26 30
	private JTextArea txtStatistics = null;
27 31
	private JButton jButton = null;
28 32
	private JPanel jPanel = null;
29
private JButton jButtonExport;
33
	private JButton jButtonExport;
30 34

  
31 35
//	private Hashtable<String, Number> valores = new Hashtable<String, Number>();
32 36
	//private TreeMap<String, Number> valores = new TreeMap<String, Number>();

Also available in: Unified diff