Revision 30840 trunk/extensions/extGraph/src/org/gvsig/graph/gui/MultiInputDlg.java

View differences:

MultiInputDlg.java
127 127
		jLblMsg.setBackground(SystemColor.control);
128 128
		jLblMsg.setLineWrap(true);
129 129
		jLblMsg.setPreferredSize(new Dimension(200, 100));
130
		jLblMsg.setFocusable(false);
130 131
		
131 132
		BorderLayout layout = new BorderLayout();
132 133
		layout.setHgap(30);
......
137 138
		this.getContentPane().add(getJScrollPane(), BorderLayout.CENTER);
138 139
		MyListener myListener = new MyListener(this);
139 140
		AcceptCancelPanel okCancelPanel = new AcceptCancelPanel(myListener, myListener);
140
		btnLoadVelocities = new JButton("load_velocities");
141
		btnLoadVelocities = new JButton(PluginServices.getText(this,"load_velocities"));
141 142
		btnLoadVelocities.addActionListener(new ActionListener() {
142 143

  
143 144
			public void actionPerformed(ActionEvent e) {
......
151 152
			}
152 153
			
153 154
		});
154
		btnSaveVelocities = new JButton("save_velocities");
155
		btnSaveVelocities = new JButton(PluginServices.getText(this,"save_velocities"));
155 156
		btnSaveVelocities.addActionListener(new ActionListener() {
156 157

  
157 158
			public void actionPerformed(ActionEvent e) {

Also available in: Unified diff