Revision 4441 trunk/extensions/extRasterTools/src/com/iver/cit/gvsig/rasterTools/saveRaster/pruebas2/ButtonsPanel.java

View differences:

ButtonsPanel.java
105 105
	 * 	
106 106
	 * @return javax.swing.JButton	
107 107
	 */
108
	private JButton getBProperties() {
108
	public JButton getBProperties() {
109 109
		if (bProperties == null) {
110 110
			bProperties = new JButton();
111 111
			bProperties.setPreferredSize(new java.awt.Dimension(160,20));
......
121 121
	public void setLabelText(String text){
122 122
		lFileName.setText(text);
123 123
	}
124
	
125
	/**
126
	 * Asigna el valor del texto de la etiqueta
127
	 * @param text cadena con el texto
128
	 */
129
	public void setTag(String tag){
130
		lFileTag.setText(tag);
131
	}
124 132
}

Also available in: Unified diff