Revision 6571

View differences:

trunk/extensions/extGPS/src/org/gvsig/gps/panel/GPSControlPanel.java
43 43
 *
44 44
 * $Id$
45 45
 * $Log$
46
 * Revision 1.21  2006-07-31 07:19:39  jaume
46
 * Revision 1.22  2006-07-31 07:21:58  jaume
47 47
 * improved appearance
48 48
 *
49
 * Revision 1.21  2006/07/31 07:19:39  jaume
50
 * improved appearance
51
 *
49 52
 * Revision 1.20  2006/07/31 06:45:45  jaume
50 53
 * *** empty log message ***
51 54
 *
......
481 484
	private JButton getBtnConfig() {
482 485
		if (btnConfig == null) {
483 486
			btnConfig = new JButton();
484
			btnConfig.setBounds(477, 234, 86, 20);
487
			btnConfig.setBounds(476, 234, 86, 20);
485 488
			btnConfig.addActionListener(new java.awt.event.ActionListener() {
486 489
				public void actionPerformed(java.awt.event.ActionEvent e) {
487 490
					config();

Also available in: Unified diff