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

View differences:

InfoPanel.java
35 35
	 * 
36 36
	 * @return void
37 37
	 */
38
	private void initialize() {
38
	public void initialize() {
39 39
        this.setLayout(new BorderLayout());
40 40
        this.setSize(350, 210);
41 41
        this.add(getJPanel(), java.awt.BorderLayout.CENTER);       
......
43 43
	}
44 44
	
45 45
	/**
46
	 * Resetea los controles por defecto
47
	 */
48
	public void resetTable(){
49
		this.jTable = null;
50
		this.jPanel = null;
51
		this.jScrollPane = null;
52
	}
53
	/**
46 54
	 * Inicializa controles a sus valores por defecto
47 55
	 */
48 56
	public void initControls(){

Also available in: Unified diff