Revision 2170 branches/CqCMSDvp/libraries/libCq CMS for java.old/src/org/cresques/ui/raster/DataInputSaveRaster.java

View differences:

DataInputSaveRaster.java
71 71
	private JPanel coordenadas = null;
72 72
	private JPanel psup_izq = null;
73 73
	private JPanel pinf_der = null;
74
	private JLabel lsup_izq = null;
74
	public JLabel lsup_izq = null;
75 75
	private JTextField tsup_izqX = null;
76 76
	private JTextField tsup_izqY = null;
77
	private JLabel linf_der = null;
78
	private JLabel y = null;
77
	public JLabel linf_der = null;
78
	public JLabel y = null;
79 79
	private JTextField tinf_derX = null;
80 80
	private JTextField tinf_derY = null;
81 81
	private JPanel datosImagen = null;
82 82
	private JPanel datosFichero = null;
83 83
	private JPanel pescalaRes = null;
84 84
	private JPanel pnombre = null;
85
	private JLabel lescala = null;
85
	public JLabel lescala = null;
86 86
	private JTextField tescala = null;
87
	private JLabel lfile = null;
88
	private JLabel lresolucion = null;
89
	private JLabel lppp = null;
87
	public JLabel lfile = null;
88
	public JLabel lresolucion = null;
89
	public JLabel lppp = null;
90 90
	private DefaultComboBoxModel defaultComboBoxModel = null;   
91 91
	private BasicComboBoxEditor basicComboBoxEditor = null;   
92 92
	private String string = null;  
93 93
	private JComboBox jComboBox = null;
94
	private JButton bseleccion = null;
94
	public JButton bseleccion = null;
95 95
	private JPanel panchoAlto = null;
96
	private JLabel lancho = null;
97
	private JLabel jLabel2 = null;
96
	public JLabel lancho = null;
97
	public JLabel jLabel2 = null;
98 98
	private JTextField tancho = null;
99 99
	private JTextField talto = null;
100
	private JButton bpropiedades = null;
100
	public JButton bpropiedades = null;
101 101
	
102 102
	
103 103
	public DataInputSaveRaster() {

Also available in: Unified diff