Revision 8884 trunk/libraries/libCorePlugin/src/com/iver/core/preferences/network/NetworkPage.java

View differences:

NetworkPage.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.8  2006-09-12 10:11:25  jaume
46
* Revision 1.9  2006-11-20 17:29:43  fjp
47
* Fallo proxy con usuario y contrase?a
48
*
49
* Revision 1.8  2006/09/12 10:11:25  jaume
47 50
* *** empty log message ***
48 51
*
49 52
* Revision 1.7.4.1  2006/09/08 11:56:24  jaume
......
97 100

  
98 101
import java.awt.event.ActionEvent;
99 102
import java.awt.event.ActionListener;
103
import java.net.Authenticator;
104
import java.net.PasswordAuthentication;
100 105
import java.net.URL;
101 106

  
102 107
import javax.swing.ImageIcon;
......
119 124
	private JLabel lblNetworkStatus;
120 125
	private JToolBarButton btnRefresh;
121 126
	protected static String id;
127
	
122 128

  
123 129
	public NetworkPage() {
124 130
		super();

Also available in: Unified diff