Revision 12906 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/styling/StyleEditor.java

View differences:

StyleEditor.java
253 253
		}
254 254

  
255 255
	};
256
	
256 257
	private EditorTool newTextTool = new EditorTool(StyleEditor.this) {
257 258
		private /*static*/ final Cursor cursor = Cursor.getDefaultCursor();
258 259
		private Point pIni, pEnd;
......
268 269
		public void mouseReleased(MouseEvent e) {
269 270

  
270 271
		}
271

  
272 272
		public void mouseDragged(MouseEvent e) {
273 273
			pEnd = e.getPoint();
274 274

  

Also available in: Unified diff