Revision 10910 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/SimpleLine.java

View differences:

SimpleLine.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.3  2007-03-21 08:03:03  jaume
46
* Revision 1.4  2007-03-26 15:05:26  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.3  2007/03/21 08:03:03  jaume
47 50
* refactored to use ISymbol instead of FSymbol
48 51
*
49 52
* Revision 1.2  2007/03/09 11:25:00  jaume
......
105 108
import de.ios.framework.swing.JDecimalField;
106 109

  
107 110
public class SimpleLine extends AbstractTypeSymbolEditorPanel implements ActionListener {
108
	
111

  
109 112
	private ColorChooserPanel jccColor;
110 113
	private JDecimalField txtWidth;
111 114
	// TODO faltar?a el style
112 115
	private ArrayList tabs = new ArrayList();
113 116
	private JLineStyleComboBox cmbLineStyles;
114
	
115 117

  
118

  
116 119
	public SimpleLine(SymbolEditor owner) {
117 120
		super(owner);
118 121
		initialize();
......
120 123

  
121 124
	private void initialize() {
122 125
		JPanel myTab = new JPanel(new FlowLayout(FlowLayout.LEADING, 5,5));
123
		myTab.setName(PluginServices.getText(this, "simple_fill"));
126
		myTab.setName(PluginServices.getText(this, "simple_line"));
124 127
		JPanel aux2 = new JPanel(new BorderLayout(5,5));
125 128
		GridBagLayoutPanel aux = new GridBagLayoutPanel();
126 129

  
......
139 142

  
140 143
		// line style combo
141 144
		cmbLineStyles = new JLineStyleComboBox();
142
		
145

  
143 146
		aux2.add(aux);
144 147
		myTab.add(aux2);
145 148
		aux.addComponent(PluginServices.getText(this, "style")+":",

Also available in: Unified diff