Revision 8111 trunk/libraries/libJCRS/src/org/gvsig/crs/gui/panels/IAU2000panel.java

View differences:

IAU2000panel.java
74 74
	TransformationManualPanel manual = null;
75 75
	
76 76
	public IAU2000panel() {		
77
		initialize();
77 78
	}
78 79
	
80
	private void initialize(){
81
		this.setLayout(new GridLayout(2,3));
82
		this.setLayout(new FlowLayout(FlowLayout.LEFT,10,10));
83
		
84
		this.add(getSearchButton(), null);
85
		this.add(getSearchTextField(), null);
86
		//this.add(getInfoCrs(), null);
87
		this.add(getJScrollPane(), null);	
88
	}
89
	
79 90
	public void connection(){
80 91
		connect = new EpsgConnection();
81 92
		connect.setConnectionIAU2000();		
82 93
	}
83 94
	
84
	public JPanel getPanelIAU2000(){
95
/*	public JPanel getPanelIAU2000(){ //TODO Borrar esta funcion
85 96
		if (IAU2000panel == null){
86 97
			IAU2000panel = new JPanel();
87 98
			IAU2000panel.setLayout(new GridLayout(2,3));
......
93 104
			IAU2000panel.add(getJScrollPane(), null);			
94 105
		}	
95 106
		return IAU2000panel;
96
	}
107
	}*/
97 108
	
98 109
	private void searchButton_actionPerformed(ActionEvent e) {		
99 110
		searchTextField.setBackground(Color.white);

Also available in: Unified diff