Revision 40596 trunk/org.gvsig.desktop/org.gvsig.desktop.plugin/org.gvsig.editing.app/org.gvsig.editing.app.mainplugin/src/main/java/org/gvsig/editing/gui/cad/tools/select/SelectRowPanel.java

View differences:

SelectRowPanel.java
23 23
 */
24 24
package org.gvsig.editing.gui.cad.tools.select;
25 25

  
26
/* gvSIG. Geographic Information System of the Valencian Government
27
*
28
* Copyright (C) 2007-2008 Infrastructures and Transports Department
29
* of the Valencian Government (CIT)
30
*
31
* This program is free software; you can redistribute it and/or
32
* modify it under the terms of the GNU General Public License
33
* as published by the Free Software Foundation; either version 2
34
* of the License, or (at your option) any later version.
35
*
36
* This program is distributed in the hope that it will be useful,
37
* but WITHOUT ANY WARRANTY; without even the implied warranty of
38
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
39
* GNU General Public License for more details.
40
*
41
* You should have received a copy of the GNU General Public License
42
* along with this program; if not, write to the Free Software
43
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
44
* MA  02110-1301, USA.
45
*
46
*/
47

  
48
/*
49
* AUTHORS (In addition to CIT):
50
* 2009 IVER T.I. S.A.   {{Task}}
51
*/
52

  
53 26
import java.awt.BorderLayout;
54 27
import java.awt.Color;
55 28
import java.awt.Dimension;

Also available in: Unified diff