Revision 9512

View differences:

trunk/frameworks/_fwAndami/src/com/iver/andami/authentication/LoginUI.java
33 33
	private JPanel buttonPanel;
34 34
	private boolean isFirstLogin = true;
35 35
	
36
	//TODO:
37
	//Cambiar esto para que coja un icono de una ruta que se lee de un xml
36 38
	static private ImageIcon gvsigIcon = new javax.swing.ImageIcon(
37
			LoginUI.class.getClassLoader().getResource("images/gvsig.png"));
39
			LoginUI.class.getClassLoader().getResource("images/login_gvsig.png"));
38 40
			
39 41
	IAuthentication authentication;
40 42
	

Also available in: Unified diff